Html Css Color HEX #CB6036 Ecstasy

📋 copy color: '#CB6036'

red 203 ◦ green 96 ◦ blue 54

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

Shades of Ecstasy #CB6036

Tints of Ecstasy #CB6036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

 BLUE value IS 54 (21.48% from 255) = 15.3%

R = 57.51%
G = 27.2%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB6036 (or 0xCB6036) is known color: Ecstasy. HEX triplet: CB, 60 and 36. RGB value is (203,96,54). Sum of RGB (Red+Green+Blue) = 203+96+54=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6036 is #349FC9. Grayscale: #7B7B7B. Windows color (decimal): -3448778 or 3563723. OLE color: 3563723.

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

Color convert

RGB 203 96 54 -
CMYK 0 0.53 0.73 0.20
HSL 16.91º 0.59% 0.5% -
HSV(B) 16.91º 0.73% 0.8% -
XYZ 29.48 21.33 6.05 -
YUV 123.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 203 96 54 0 0.53 0.73 0.20 16.91 0.59 0.5
Hex CB 60 36 0 35 49 14 11 3B 32
Octal 313 140 66 0 65 111 24 21 73 62
Binary 11001011 1100000 110110 0 110101 1001001 10100 10001 111011 110010

Color Harmonies of #CB6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6036

Black with #CB6036

Text Example


Text Example

White with #CB6036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6036; }

 p { color: rgb(203,96,54); }

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

background-color css

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

 a { background-color: rgb(203,96,54); }

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

border-color css

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

 span { border-color: rgb(203,96,54); }

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