Html Css Color HEX #CB7038 Zest

📋 copy color: '#CB7038'

red 203 ◦ green 112 ◦ blue 56

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

Shades of Zest #CB7038

Tints of Zest #CB7038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 54.72%
G = 30.19%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB7038 (or 0xCB7038) is known color: Zest. HEX triplet: CB, 70 and 38. RGB value is (203,112,56). Sum of RGB (Red+Green+Blue) = 203+112+56=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7038 is #348FC7. Grayscale: #858585. Windows color (decimal): -3444680 or 3698891. OLE color: 3698891.

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

Color convert

RGB 203 112 56 -
CMYK 0 0.45 0.72 0.20
HSL 22.86º 0.59% 0.51% -
HSV(B) 22.86º 0.72% 0.8% -
XYZ 31.14 24.57 6.84 -
YUV 132.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 203 112 56 0 0.45 0.72 0.20 22.86 0.59 0.51
Hex CB 70 38 0 2D 48 14 17 3B 33
Octal 313 160 70 0 55 110 24 27 73 63
Binary 11001011 1110000 111000 0 101101 1001000 10100 10111 111011 110011

Color Harmonies of #CB7038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7038

Black with #CB7038

Text Example


Text Example

White with #CB7038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7038; }

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

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

background-color css

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

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

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

border-color css

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

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

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