#C06A22

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

Shades of Christine #C06A22

Tints of Christine #C06A22

Color information

#C06A22 (or 0xC06A22) is unknown color: approx Christine. HEX triplet: C0, 6A and 22. RGB value is (192,106,34). Sum of RGB (Red+Green+Blue) = 192+106+34=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06A22 is #3F95DD. Grayscale: #7B7B7B. Windows color (decimal): -4167134 or 2255552. OLE color: 2255552.

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

Color convert

RGB19210634-
CMYK00.450.820.25
HSL27.34º69.91%44.31%-
HSV(B)27.34º82.29%75.29%-
XYZ27.1821.634.26-
YUV123.5177.49176.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.83%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 34 (13.67% from 255) = 10.24%
R=57.83%
G=31.93%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921063400.450.820.2527.3469.9144.31
HexC06A2202D52191b462c
Octal30015242055122313310654
Binary1100000011010101000100101101101001011001110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06A22; }

 p { color: rgb(192,106,34); }

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

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

 a { background-color: rgb(192,106,34); }

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

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

 span { border-color: rgb(192,106,34); }

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