Html Css Color HEX #CB7840 Zest

📋 copy color: '#CB7840'

red 203 ◦ green 120 ◦ blue 64

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

Shades of Zest #CB7840

Tints of Zest #CB7840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 52.45%
G = 31.01%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7840 (or 0xCB7840) is known color: Zest. HEX triplet: CB, 78 and 40. RGB value is (203,120,64). Sum of RGB (Red+Green+Blue) = 203+120+64=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7840 is #3487BF. Grayscale: #8A8A8A. Windows color (decimal): -3442624 or 4225227. OLE color: 4225227.

HSL color Cylindrical-coordinate representation of color #CB7840: hue angle of 24.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7840 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 120 64 -
CMYK 0 0.41 0.68 0.20
HSL 24.17º 0.57% 0.52% -
HSV(B) 24.17º 0.68% 0.8% -
XYZ 32.27 26.5 8.26 -
YUV 138.43 86 174.05 -
System Red Green Blue C M Y K H S L
Decimal 203 120 64 0 0.41 0.68 0.20 24.17 0.57 0.52
Hex CB 78 40 0 29 44 14 18 39 34
Octal 313 170 100 0 51 104 24 30 71 64
Binary 11001011 1111000 1000000 0 101001 1000100 10100 11000 111001 110100

Color Harmonies of #CB7840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7840

Black with #CB7840

Text Example


Text Example

White with #CB7840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7840; }

 p { color: rgb(203,120,64); }

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

background-color css

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

 a { background-color: rgb(203,120,64); }

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

border-color css

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

 span { border-color: rgb(203,120,64); }

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