#C66026

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

Shades of Christine #C66026

Tints of Christine #C66026

Color information

#C66026 (or 0xC66026) is unknown color: approx Christine. HEX triplet: C6, 60 and 26. RGB value is (198,96,38). Sum of RGB (Red+Green+Blue) = 198+96+38=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C66026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66026 is #399FD9. Grayscale: #787878. Windows color (decimal): -3776474 or 2515142. OLE color: 2515142.

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

Color convert

RGB1989638-
CMYK00.520.810.22
HSL21.75º67.8%46.27%-
HSV(B)21.75º80.81%77.65%-
XYZ27.8220.514.33-
YUV119.8981.79183.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.64%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 38 (15.23% from 255) = 11.45%
R=59.64%
G=28.92%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198963800.520.810.2221.7567.846.27
HexC66026034511616442e
Octal30614046064121262610456
Binary1100011011000001001100110100101000110110101101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66026; }

 p { color: rgb(198,96,38); }

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

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

 a { background-color: rgb(198,96,38); }

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

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

 span { border-color: rgb(198,96,38); }

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