#C06B38

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

Shades of Zest #C06B38

Tints of Zest #C06B38

Color information

#C06B38 (or 0xC06B38) is unknown color: approx Zest. HEX triplet: C0, 6B and 38. RGB value is (192,107,56). Sum of RGB (Red+Green+Blue) = 192+107+56=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B38 is #3F94C7. Grayscale: #7E7E7E. Windows color (decimal): -4166856 or 3697600. OLE color: 3697600.

HSL color Cylindrical-coordinate representation of color #C06B38: hue angle of 22.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C06B38 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19210756-
CMYK00.440.710.25
HSL22.5º54.84%48.63%-
HSV(B)22.5º70.83%75.29%-
XYZ27.7122.016.53-
YUV126.688.16174.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=54.08%
G=30.14%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921075600.440.710.2522.554.8448.63
HexC06B3802C4719163731
Octal3001537005410731266761
Binary110000001101011111000010110010001111100110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B38; }

 p { color: rgb(192,107,56); }

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

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

 a { background-color: rgb(192,107,56); }

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

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

 span { border-color: rgb(192,107,56); }

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