Html Css Color HEX #C92066 Ruby

📋 copy color: '#C92066'

red 201 ◦ green 32 ◦ blue 102

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

Shades of Ruby #C92066

Tints of Ruby #C92066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.45%

R = 60%
G = 9.55%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C92066 (or 0xC92066) is known color: Ruby. HEX triplet: C9, 20 and 66. RGB value is (201,32,102). Sum of RGB (Red+Green+Blue) = 201+32+102=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C92066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92066 is #36DF99. Grayscale: #5A5A5A. Windows color (decimal): -3596186 or 6693065. OLE color: 6693065.

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

Color convert

RGB 201 32 102 -
CMYK 0 0.84 0.49 0.21
HSL 335.15º 0.73% 0.46% -
HSV(B) 335.15º 0.84% 0.79% -
XYZ 27 14.41 13.93 -
YUV 90.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 201 32 102 0 0.84 0.49 0.21 335.15 0.73 0.46
Hex C9 20 66 0 54 31 15 14F 49 2E
Octal 311 40 146 0 124 61 25 517 111 56
Binary 11001001 100000 1100110 0 1010100 110001 10101 101001111 1001001 101110

Color Harmonies of #C92066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92066

Black with #C92066

Text Example


Text Example

White with #C92066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92066; }

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

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

background-color css

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

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

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

border-color css

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

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

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