Html Css Color HEX #CB6D36 Zest

📋 copy color: '#CB6D36'

red 203 ◦ green 109 ◦ blue 54

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

Shades of Zest #CB6D36

Tints of Zest #CB6D36

RGB

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

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

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

R = 55.46%
G = 29.78%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB6D36 (or 0xCB6D36) is known color: Zest. HEX triplet: CB, 6D and 36. RGB value is (203,109,54). Sum of RGB (Red+Green+Blue) = 203+109+54=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D36 is #3492C9. Grayscale: #838383. Windows color (decimal): -3445450 or 3567051. OLE color: 3567051.

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

Color convert

RGB 203 109 54 -
CMYK 0 0.46 0.73 0.20
HSL 22.15º 0.59% 0.5% -
HSV(B) 22.15º 0.73% 0.8% -
XYZ 30.76 23.9 6.48 -
YUV 130.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 203 109 54 0 0.46 0.73 0.20 22.15 0.59 0.5
Hex CB 6D 36 0 2E 49 14 16 3B 32
Octal 313 155 66 0 56 111 24 26 73 62
Binary 11001011 1101101 110110 0 101110 1001001 10100 10110 111011 110010

Color Harmonies of #CB6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D36

Black with #CB6D36

Text Example


Text Example

White with #CB6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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