Html Css Color HEX #C9206A Ruby

📋 copy color: '#C9206A'

red 201 ◦ green 32 ◦ blue 106

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

Shades of Ruby #C9206A

Tints of Ruby #C9206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.44%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 59.29%
G = 9.44%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9206A (or 0xC9206A) is known color: Ruby. HEX triplet: C9, 20 and 6A. RGB value is (201,32,106). Sum of RGB (Red+Green+Blue) = 201+32+106=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C9206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9206A is #36DF95. Grayscale: #5A5A5A. Windows color (decimal): -3596182 or 6955209. OLE color: 6955209.

HSL color Cylindrical-coordinate representation of color #C9206A: hue angle of 333.73º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9206A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 106 -
CMYK 0 0.84 0.47 0.21
HSL 333.73º 0.73% 0.46% -
HSV(B) 333.73º 0.84% 0.79% -
XYZ 27.21 14.49 15 -
YUV 90.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 201 32 106 0 0.84 0.47 0.21 333.73 0.73 0.46
Hex C9 20 6A 0 54 2F 15 14E 49 2E
Octal 311 40 152 0 124 57 25 516 111 56
Binary 11001001 100000 1101010 0 1010100 101111 10101 101001110 1001001 101110

Color Harmonies of #C9206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9206A

Black with #C9206A

Text Example


Text Example

White with #C9206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9206A; }

 p { color: rgb(201,32,106); }

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

background-color css

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

 a { background-color: rgb(201,32,106); }

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

border-color css

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

 span { border-color: rgb(201,32,106); }

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