Html Css Color HEX #CB6B36 Zest

📋 copy color: '#CB6B36'

red 203 ◦ green 107 ◦ blue 54

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

Shades of Zest #CB6B36

Tints of Zest #CB6B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

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

R = 55.77%
G = 29.4%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB6B36 (or 0xCB6B36) is known color: Zest. HEX triplet: CB, 6B and 36. RGB value is (203,107,54). Sum of RGB (Red+Green+Blue) = 203+107+54=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B36 is #3494C9. Grayscale: #818181. Windows color (decimal): -3445962 or 3566539. OLE color: 3566539.

HSL color Cylindrical-coordinate representation of color #CB6B36: hue angle of 21.34º 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 #CB6B36 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 107 54 -
CMYK 0 0.47 0.73 0.20
HSL 21.34º 0.59% 0.5% -
HSV(B) 21.34º 0.73% 0.8% -
XYZ 30.55 23.48 6.41 -
YUV 129.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 203 107 54 0 0.47 0.73 0.20 21.34 0.59 0.5
Hex CB 6B 36 0 2F 49 14 15 3B 32
Octal 313 153 66 0 57 111 24 25 73 62
Binary 11001011 1101011 110110 0 101111 1001001 10100 10101 111011 110010

Color Harmonies of #CB6B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B36

Black with #CB6B36

Text Example


Text Example

White with #CB6B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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