#C66D29

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

Shades of Christine #C66D29

Tints of Christine #C66D29

Color information

#C66D29 (or 0xC66D29) is unknown color: approx Christine. HEX triplet: C6, 6D and 29. RGB value is (198,109,41). Sum of RGB (Red+Green+Blue) = 198+109+41=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D29 is #3992D6. Grayscale: #808080. Windows color (decimal): -3773143 or 2715078. OLE color: 2715078.

HSL color Cylindrical-coordinate representation of color #C66D29: hue angle of 25.99º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C66D29 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB19810941-
CMYK00.450.790.22
HSL25.99º65.69%46.86%-
HSV(B)25.99º79.29%77.65%-
XYZ29.1623.15.02-
YUV127.8678.99178.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.90%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=56.90%
G=31.32%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981094100.450.790.2225.9965.6946.86
HexC66D2902D4F161a422f
Octal30615551055117263210257
Binary1100011011011011010010101101100111110110110101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D29; }

 p { color: rgb(198,109,41); }

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

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

 a { background-color: rgb(198,109,41); }

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

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

 span { border-color: rgb(198,109,41); }

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