#C06627

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

Shades of Christine #C06627

Tints of Christine #C06627

Color information

#C06627 (or 0xC06627) is unknown color: approx Christine. HEX triplet: C0, 66 and 27. RGB value is (192,102,39). Sum of RGB (Red+Green+Blue) = 192+102+39=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C06627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06627 is #3F99D8. Grayscale: #7A7A7A. Windows color (decimal): -4168153 or 2582208. OLE color: 2582208.

HSL color Cylindrical-coordinate representation of color #C06627: hue angle of 24.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C06627 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19210239-
CMYK00.470.800.25
HSL24.71º66.23%45.29%-
HSV(B)24.71º79.69%75.29%-
XYZ26.8620.864.53-
YUV121.7381.32178.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 39 (15.62% from 255) = 11.71%
R=57.66%
G=30.63%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921023900.470.800.2524.7166.2345.29
HexC0662702F501919422d
Octal30014647057120313110255
Binary1100000011001101001110101111101000011001110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06627; }

 p { color: rgb(192,102,39); }

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

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

 a { background-color: rgb(192,102,39); }

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

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

 span { border-color: rgb(192,102,39); }

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