#C06625

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

Shades of Christine #C06625

Tints of Christine #C06625

Color information

#C06625 (or 0xC06625) is unknown color: approx Christine. HEX triplet: C0, 66 and 25. RGB value is (192,102,37). Sum of RGB (Red+Green+Blue) = 192+102+37=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C06625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06625 is #3F99DA. Grayscale: #797979. Windows color (decimal): -4168155 or 2451136. OLE color: 2451136.

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

Color convert

RGB19210237-
CMYK00.470.810.25
HSL25.16º67.69%44.9%-
HSV(B)25.16º80.73%75.29%-
XYZ26.8220.844.36-
YUV121.580.32178.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=58.01%
G=30.82%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921023700.470.810.2525.1667.6944.9
HexC0662502F511919442d
Octal30014645057121313110455
Binary1100000011001101001010101111101000111001110011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06625; }

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

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

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

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

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

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

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

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