#CB763F

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

Shades of Zest #CB763F

Tints of Zest #CB763F

Color information

#CB763F (or 0xCB763F) is unknown color: approx Zest. HEX triplet: CB, 76 and 3F. RGB value is (203,118,63). Sum of RGB (Red+Green+Blue) = 203+118+63=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB763F is #3489C0. Grayscale: #898989. Windows color (decimal): -3443137 or 4159179. OLE color: 4159179.

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

Color convert

RGB20311863-
CMYK00.420.690.20
HSL23.57º57.38%52.16%-
HSV(B)23.57º68.97%79.61%-
XYZ3226.018.04-
YUV137.1486.16174.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.86%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 63 (25% from 255) = 16.41%
R=52.86%
G=30.73%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031186300.420.690.2023.5757.3852.16
HexCB763F02A4514183934
Octal3131667705210524307164
Binary110010111110110111111010101010001011010011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB763F; }

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

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

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

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

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

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

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

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