#C66625

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

Shades of Christine #C66625

Tints of Christine #C66625

Color information

#C66625 (or 0xC66625) is unknown color: approx Christine. HEX triplet: C6, 66 and 25. RGB value is (198,102,37). Sum of RGB (Red+Green+Blue) = 198+102+37=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C66625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66625 is #3999DA. Grayscale: #7B7B7B. Windows color (decimal): -3774939 or 2451142. OLE color: 2451142.

HSL color Cylindrical-coordinate representation of color #C66625: hue angle of 24.22º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C66625 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19810237-
CMYK00.480.810.22
HSL24.22º68.51%46.08%-
HSV(B)24.22º81.31%77.65%-
XYZ28.3721.644.43-
YUV123.2979.3181.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.75%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 37 (14.84% from 255) = 10.98%
R=58.75%
G=30.27%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981023700.480.810.2224.2268.5146.08
HexC66625030511618452e
Octal30614645060121263010556
Binary1100011011001101001010110000101000110110110001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66625; }

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

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

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

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

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

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

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

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