#CB7642

Color #CB7642 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #CB7642

Tints of Zest #CB7642

Color information

#CB7642 (or 0xCB7642) is unknown color: approx Zest. HEX triplet: CB, 76 and 42. RGB value is (203,118,66). Sum of RGB (Red+Green+Blue) = 203+118+66=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7642 is #3489BD. Grayscale: #898989. Windows color (decimal): -3443134 or 4355787. OLE color: 4355787.

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

Color convert

RGB20311866-
CMYK00.420.670.20
HSL22.77º56.85%52.75%-
HSV(B)22.77º67.49%79.61%-
XYZ32.0926.058.49-
YUV137.4987.66174.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=52.45%
G=30.49%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031186600.420.670.2022.7756.8552.75
HexCB764202A4314173935
Octal31316610205210324277165
Binary1100101111101101000010010101010000111010010111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7642; }

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

 H1.HeaderClassName
 {
   color: #CB7642;
 }
 .AnyTagClassName
 {
   color: #CB7642;
 }
</style>
background-color css

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

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

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

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

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

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