Html Css Color HEX #C9206B Ruby

📋 copy color: '#C9206B'

red 201 ◦ green 32 ◦ blue 107

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

Shades of Ruby #C9206B

Tints of Ruby #C9206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.47%

R = 59.12%
G = 9.41%
B = 31.47%

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

#C9206B (or 0xC9206B) is known color: Ruby. HEX triplet: C9, 20 and 6B. RGB value is (201,32,107). Sum of RGB (Red+Green+Blue) = 201+32+107=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9206B is #36DF94. Grayscale: #5A5A5A. Windows color (decimal): -3596181 or 7020745. OLE color: 7020745.

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

Color convert

RGB 201 32 107 -
CMYK 0 0.84 0.47 0.21
HSL 333.37º 0.73% 0.46% -
HSV(B) 333.37º 0.84% 0.79% -
XYZ 27.26 14.51 15.27 -
YUV 91.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 201 32 107 0 0.84 0.47 0.21 333.37 0.73 0.46
Hex C9 20 6B 0 54 2F 15 14D 49 2E
Octal 311 40 153 0 124 57 25 515 111 56
Binary 11001001 100000 1101011 0 1010100 101111 10101 101001101 1001001 101110

Color Harmonies of #C9206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9206B

Black with #C9206B

Text Example


Text Example

White with #C9206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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