#C9642A

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

Shades of Christine #C9642A

Tints of Christine #C9642A

Color information

#C9642A (or 0xC9642A) is unknown color: approx Christine. HEX triplet: C9, 64 and 2A. RGB value is (201,100,42). Sum of RGB (Red+Green+Blue) = 201+100+42=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C9642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9642A is #369BD5. Grayscale: #7B7B7B. Windows color (decimal): -3578838 or 2778313. OLE color: 2778313.

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

Color convert

RGB20110042-
CMYK00.500.790.21
HSL21.89º65.43%47.65%-
HSV(B)21.89º79.1%78.82%-
XYZ29.0621.74.85-
YUV123.5981.96183.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.60%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=58.60%
G=29.15%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011004200.500.790.2121.8965.4347.65
HexC9642A0324F15164130
Octal31114452062117252610160
Binary1100100111001001010100110010100111110101101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9642A; }

 p { color: rgb(201,100,42); }

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

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

 a { background-color: rgb(201,100,42); }

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

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

 span { border-color: rgb(201,100,42); }

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