Html Css Color HEX #CB6342 Ecstasy

📋 copy color: '#CB6342'

red 203 ◦ green 99 ◦ blue 66

#CB6342
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #CB6342

Tints of Ecstasy #CB6342

RGB

 RED value IS 203 (79.69% from 255) = 55.16%

 GREEN value IS 99 (39.06% from 255) = 26.9%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 55.16%
G = 26.9%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB6342 (or 0xCB6342) is known color: Ecstasy. HEX triplet: CB, 63 and 42. RGB value is (203,99,66). Sum of RGB (Red+Green+Blue) = 203+99+66=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6342 is #349CBD. Grayscale: #7E7E7E. Windows color (decimal): -3447998 or 4350923. OLE color: 4350923.

HSL color Cylindrical-coordinate representation of color #CB6342: hue angle of 14.45º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6342 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 66 -
CMYK 0 0.51 0.67 0.20
HSL 14.45º 0.57% 0.53% -
HSV(B) 14.45º 0.67% 0.8% -
XYZ 30.07 22.01 7.82 -
YUV 126.33 93.96 182.68 -
System Red Green Blue C M Y K H S L
Decimal 203 99 66 0 0.51 0.67 0.20 14.45 0.57 0.53
Hex CB 63 42 0 33 43 14 E 39 35
Octal 313 143 102 0 63 103 24 16 71 65
Binary 11001011 1100011 1000010 0 110011 1000011 10100 1110 111001 110101

Color Harmonies of #CB6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6342

Black with #CB6342

Text Example


Text Example

White with #CB6342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6342; }

 p { color: rgb(203,99,66); }

 H1.HeaderClassName
 {
   color: #CB6342;
 }
 .AnyTagClassName
 {
   color: #CB6342;
 }
</style>

background-color css

<style>
 a { background-color: #CB6342; }

 a { background-color: rgb(203,99,66); }

 div.DivClassName
 {
   background-color: #CB6342;
 }
 .BgClassName
 {
   background-color: #CB6342;
 }
</style>

border-color css

<style>
 span { border-color: #CB6342; }

 span { border-color: rgb(203,99,66); }

 td.TdClassName
 {
   border-color: #CB6342;
 }
 .TagClassName
 {
   border-color: #CB6342;
 }
</style>