#C66B2A

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

Shades of Christine #C66B2A

Tints of Christine #C66B2A

Color information

#C66B2A (or 0xC66B2A) is unknown color: approx Christine. HEX triplet: C6, 6B and 2A. RGB value is (198,107,42). Sum of RGB (Red+Green+Blue) = 198+107+42=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66B2A is #3994D5. Grayscale: #7F7F7F. Windows color (decimal): -3773654 or 2780102. OLE color: 2780102.

HSL color Cylindrical-coordinate representation of color #C66B2A: hue angle of 25º degrees, saturation: 0.65, 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 #C66B2A is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB19810742-
CMYK00.460.790.22
HSL25º65%47.06%-
HSV(B)25º78.79%77.65%-
XYZ28.9622.695.04-
YUV126.880.15178.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=57.06%
G=30.84%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981074200.460.790.22256547.06
HexC66B2A02E4F1619412f
Octal30615352056117263110157
Binary1100011011010111010100101110100111110110110011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B2A; }

 p { color: rgb(198,107,42); }

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

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

 a { background-color: rgb(198,107,42); }

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

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

 span { border-color: rgb(198,107,42); }

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