#C9662F

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

Shades of Christine #C9662F

Tints of Christine #C9662F

Color information

#C9662F (or 0xC9662F) is unknown color: approx Christine. HEX triplet: C9, 66 and 2F. RGB value is (201,102,47). Sum of RGB (Red+Green+Blue) = 201+102+47=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9662F is #3699D0. Grayscale: #7D7D7D. Windows color (decimal): -3578321 or 3106505. OLE color: 3106505.

HSL color Cylindrical-coordinate representation of color #C9662F: hue angle of 21.43º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9662F is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20110247-
CMYK00.490.770.21
HSL21.43º62.1%48.63%-
HSV(B)21.43º76.62%78.82%-
XYZ29.3522.135.41-
YUV125.3383.8181.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.43%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 47 (18.75% from 255) = 13.43%
R=57.43%
G=29.14%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011024700.490.770.2121.4362.148.63
HexC9662F0314D15153e31
Octal3111465706111525257661
Binary110010011100110101111011000110011011010110101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9662F; }

 p { color: rgb(201,102,47); }

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

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

 a { background-color: rgb(201,102,47); }

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

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

 span { border-color: rgb(201,102,47); }

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