Html Css Color HEX #CB6C39 Zest

📋 copy color: '#CB6C39'

red 203 ◦ green 108 ◦ blue 57

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

Shades of Zest #CB6C39

Tints of Zest #CB6C39

RGB

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

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

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

R = 55.16%
G = 29.35%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB6C39 (or 0xCB6C39) is known color: Zest. HEX triplet: CB, 6C and 39. RGB value is (203,108,57). Sum of RGB (Red+Green+Blue) = 203+108+57=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C39 is #3493C6. Grayscale: #828282. Windows color (decimal): -3445703 or 3763403. OLE color: 3763403.

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

Color convert

RGB 203 108 57 -
CMYK 0 0.47 0.72 0.20
HSL 20.96º 0.58% 0.51% -
HSV(B) 20.96º 0.72% 0.8% -
XYZ 30.73 23.72 6.83 -
YUV 130.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 203 108 57 0 0.47 0.72 0.20 20.96 0.58 0.51
Hex CB 6C 39 0 2F 48 14 15 3A 33
Octal 313 154 71 0 57 110 24 25 72 63
Binary 11001011 1101100 111001 0 101111 1001000 10100 10101 111010 110011

Color Harmonies of #CB6C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C39

Black with #CB6C39

Text Example


Text Example

White with #CB6C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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