Html Css Color HEX #C9602A Christine

📋 copy color: '#C9602A'

red 201 ◦ green 96 ◦ blue 42

#C9602A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #C9602A

Tints of Christine #C9602A

RGB

 RED value IS 201 (78.91% from 255) = 59.29%

 GREEN value IS 96 (37.89% from 255) = 28.32%

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 59.29%
G = 28.32%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9602A (or 0xC9602A) is known color: Christine. HEX triplet: C9, 60 and 2A. RGB value is (201,96,42). Sum of RGB (Red+Green+Blue) = 201+96+42=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C9602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9602A is #369FD5. Grayscale: #797979. Windows color (decimal): -3579862 or 2777289. OLE color: 2777289.

HSL color Cylindrical-coordinate representation of color #C9602A: hue angle of 20.38º 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 #C9602A is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 96 42 -
CMYK 0 0.52 0.79 0.21
HSL 20.38º 0.65% 0.48% -
HSV(B) 20.38º 0.79% 0.79% -
XYZ 28.69 20.95 4.72 -
YUV 121.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 201 96 42 0 0.52 0.79 0.21 20.38 0.65 0.48
Hex C9 60 2A 0 34 4F 15 14 41 30
Octal 311 140 52 0 64 117 25 24 101 60
Binary 11001001 1100000 101010 0 110100 1001111 10101 10100 1000001 110000

Color Harmonies of #C9602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9602A

Black with #C9602A

Text Example


Text Example

White with #C9602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9602A; }

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

 H1.HeaderClassName
 {
   color: #C9602A;
 }
 .AnyTagClassName
 {
   color: #C9602A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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