Html Css Color HEX #CB7036 Zest

📋 copy color: '#CB7036'

red 203 ◦ green 112 ◦ blue 54

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

Shades of Zest #CB7036

Tints of Zest #CB7036

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 55.01%
G = 30.35%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB7036 (or 0xCB7036) is known color: Zest. HEX triplet: CB, 70 and 36. RGB value is (203,112,54). Sum of RGB (Red+Green+Blue) = 203+112+54=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7036 is #348FC9. Grayscale: #848484. Windows color (decimal): -3444682 or 3567819. OLE color: 3567819.

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

Color convert

RGB 203 112 54 -
CMYK 0 0.45 0.73 0.20
HSL 23.36º 0.59% 0.5% -
HSV(B) 23.36º 0.73% 0.8% -
XYZ 31.09 24.55 6.59 -
YUV 132.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 203 112 54 0 0.45 0.73 0.20 23.36 0.59 0.5
Hex CB 70 36 0 2D 49 14 17 3B 32
Octal 313 160 66 0 55 111 24 27 73 62
Binary 11001011 1110000 110110 0 101101 1001001 10100 10111 111011 110010

Color Harmonies of #CB7036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7036

Black with #CB7036

Text Example


Text Example

White with #CB7036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7036; }

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

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

background-color css

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

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

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

border-color css

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

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

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