Html Css Color HEX #CB7640 Zest

📋 copy color: '#CB7640'

red 203 ◦ green 118 ◦ blue 64

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

Shades of Zest #CB7640

Tints of Zest #CB7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 52.73%
G = 30.65%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB7640 (or 0xCB7640) is known color: Zest. HEX triplet: CB, 76 and 40. RGB value is (203,118,64). Sum of RGB (Red+Green+Blue) = 203+118+64=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7640 is #3489BF. Grayscale: #898989. Windows color (decimal): -3443136 or 4224715. OLE color: 4224715.

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

Color convert

RGB 203 118 64 -
CMYK 0 0.42 0.68 0.20
HSL 23.31º 0.57% 0.52% -
HSV(B) 23.31º 0.68% 0.8% -
XYZ 32.03 26.02 8.19 -
YUV 137.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 203 118 64 0 0.42 0.68 0.20 23.31 0.57 0.52
Hex CB 76 40 0 2A 44 14 17 39 34
Octal 313 166 100 0 52 104 24 27 71 64
Binary 11001011 1110110 1000000 0 101010 1000100 10100 10111 111001 110100

Color Harmonies of #CB7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7640

Black with #CB7640

Text Example


Text Example

White with #CB7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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