#C66632

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

Shades of Christine #C66632

Tints of Christine #C66632

Color information

#C66632 (or 0xC66632) is unknown color: approx Christine. HEX triplet: C6, 66 and 32. RGB value is (198,102,50). Sum of RGB (Red+Green+Blue) = 198+102+50=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C66632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66632 is #3999CD. Grayscale: #7D7D7D. Windows color (decimal): -3774926 or 3303110. OLE color: 3303110.

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

Color convert

RGB19810250-
CMYK00.480.750.22
HSL21.08º59.68%48.63%-
HSV(B)21.08º74.75%77.65%-
XYZ28.6221.745.71-
YUV124.7885.8180.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 50 (19.92% from 255) = 14.29%
R=56.57%
G=29.14%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981025000.480.750.2221.0859.6848.63
HexC666320304B16153c31
Octal3061466206011326257461
Binary110001101100110110010011000010010111011010101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66632; }

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

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

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

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

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

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

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

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