Html Css Color HEX #CB6C37 Zest

📋 copy color: '#CB6C37'

red 203 ◦ green 108 ◦ blue 55

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

Shades of Zest #CB6C37

Tints of Zest #CB6C37

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 55 (21.88% from 255) = 15.03%

R = 55.46%
G = 29.51%
B = 15.03%

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

#CB6C37 (or 0xCB6C37) is known color: Zest. HEX triplet: CB, 6C and 37. RGB value is (203,108,55). Sum of RGB (Red+Green+Blue) = 203+108+55=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C37 is #3493C8. Grayscale: #828282. Windows color (decimal): -3445705 or 3632331. OLE color: 3632331.

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

Color convert

RGB 203 108 55 -
CMYK 0 0.47 0.73 0.20
HSL 21.49º 0.59% 0.51% -
HSV(B) 21.49º 0.73% 0.8% -
XYZ 30.68 23.7 6.57 -
YUV 130.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 203 108 55 0 0.47 0.73 0.20 21.49 0.59 0.51
Hex CB 6C 37 0 2F 49 14 15 3B 33
Octal 313 154 67 0 57 111 24 25 73 63
Binary 11001011 1101100 110111 0 101111 1001001 10100 10101 111011 110011

Color Harmonies of #CB6C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C37

Black with #CB6C37

Text Example


Text Example

White with #CB6C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C37; }

 p { color: rgb(203,108,55); }

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

background-color css

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

 a { background-color: rgb(203,108,55); }

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

border-color css

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

 span { border-color: rgb(203,108,55); }

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