#C66825

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

Shades of Christine #C66825

Tints of Christine #C66825

Color information

#C66825 (or 0xC66825) is unknown color: approx Christine. HEX triplet: C6, 68 and 25. RGB value is (198,104,37). Sum of RGB (Red+Green+Blue) = 198+104+37=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C66825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66825 is #3997DA. Grayscale: #7C7C7C. Windows color (decimal): -3774427 or 2451654. OLE color: 2451654.

HSL color Cylindrical-coordinate representation of color #C66825: hue angle of 24.97º 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 #C66825 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19810437-
CMYK00.470.810.22
HSL24.97º68.51%46.08%-
HSV(B)24.97º81.31%77.65%-
XYZ28.5722.044.5-
YUV124.4778.64180.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.41%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 37 (14.84% from 255) = 10.91%
R=58.41%
G=30.68%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981043700.470.810.2224.9768.5146.08
HexC6682502F511619452e
Octal30615045057121263110556
Binary1100011011010001001010101111101000110110110011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66825; }

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

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

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

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

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

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

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

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