Html Css Color HEX #CB6D39 Zest

📋 copy color: '#CB6D39'

red 203 ◦ green 109 ◦ blue 57

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

Shades of Zest #CB6D39

Tints of Zest #CB6D39

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 57 (22.66% from 255) = 15.45%

R = 55.01%
G = 29.54%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB6D39 (or 0xCB6D39) is known color: Zest. HEX triplet: CB, 6D and 39. RGB value is (203,109,57). Sum of RGB (Red+Green+Blue) = 203+109+57=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D39 is #3492C6. Grayscale: #838383. Windows color (decimal): -3445447 or 3763659. OLE color: 3763659.

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

Color convert

RGB 203 109 57 -
CMYK 0 0.46 0.72 0.20
HSL 21.37º 0.58% 0.51% -
HSV(B) 21.37º 0.72% 0.8% -
XYZ 30.84 23.93 6.86 -
YUV 131.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 203 109 57 0 0.46 0.72 0.20 21.37 0.58 0.51
Hex CB 6D 39 0 2E 48 14 15 3A 33
Octal 313 155 71 0 56 110 24 25 72 63
Binary 11001011 1101101 111001 0 101110 1001000 10100 10101 111010 110011

Color Harmonies of #CB6D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D39

Black with #CB6D39

Text Example


Text Example

White with #CB6D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D39; }

 p { color: rgb(203,109,57); }

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

background-color css

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

 a { background-color: rgb(203,109,57); }

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

border-color css

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

 span { border-color: rgb(203,109,57); }

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