Html Css Color HEX #C9612A Christine

📋 copy color: '#C9612A'

red 201 ◦ green 97 ◦ blue 42

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

Shades of Christine #C9612A

Tints of Christine #C9612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

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

R = 59.12%
G = 28.53%
B = 12.35%

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

#C9612A (or 0xC9612A) is known color: Christine. HEX triplet: C9, 61 and 2A. RGB value is (201,97,42). Sum of RGB (Red+Green+Blue) = 201+97+42=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9612A is #369ED5. Grayscale: #7A7A7A. Windows color (decimal): -3579606 or 2777545. OLE color: 2777545.

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

Color convert

RGB 201 97 42 -
CMYK 0 0.52 0.79 0.21
HSL 20.75º 0.65% 0.48% -
HSV(B) 20.75º 0.79% 0.79% -
XYZ 28.78 21.13 4.75 -
YUV 121.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 201 97 42 0 0.52 0.79 0.21 20.75 0.65 0.48
Hex C9 61 2A 0 34 4F 15 15 41 30
Octal 311 141 52 0 64 117 25 25 101 60
Binary 11001001 1100001 101010 0 110100 1001111 10101 10101 1000001 110000

Color Harmonies of #C9612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9612A

Black with #C9612A

Text Example


Text Example

White with #C9612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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