#C66525

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

Shades of Christine #C66525

Tints of Christine #C66525

Color information

#C66525 (or 0xC66525) is unknown color: approx Christine. HEX triplet: C6, 65 and 25. RGB value is (198,101,37). Sum of RGB (Red+Green+Blue) = 198+101+37=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C66525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66525 is #399ADA. Grayscale: #7B7B7B. Windows color (decimal): -3775195 or 2450886. OLE color: 2450886.

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

Color convert

RGB19810137-
CMYK00.490.810.22
HSL23.85º68.51%46.08%-
HSV(B)23.85º81.31%77.65%-
XYZ28.2821.454.4-
YUV122.7179.64181.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 37 (14.84% from 255) = 11.01%
R=58.93%
G=30.06%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981013700.490.810.2223.8568.5146.08
HexC66525031511618452e
Octal30614545061121263010556
Binary1100011011001011001010110001101000110110110001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66525; }

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

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

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

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

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

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

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

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