Html Css Color HEX #C92064 Ruby

📋 copy color: '#C92064'

red 201 ◦ green 32 ◦ blue 100

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

Shades of Ruby #C92064

Tints of Ruby #C92064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 60.36%
G = 9.61%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C92064 (or 0xC92064) is known color: Ruby. HEX triplet: C9, 20 and 64. RGB value is (201,32,100). Sum of RGB (Red+Green+Blue) = 201+32+100=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C92064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92064 is #36DF9B. Grayscale: #5A5A5A. Windows color (decimal): -3596188 or 6561993. OLE color: 6561993.

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

Color convert

RGB 201 32 100 -
CMYK 0 0.84 0.50 0.21
HSL 335.86º 0.73% 0.46% -
HSV(B) 335.86º 0.84% 0.79% -
XYZ 26.9 14.37 13.41 -
YUV 90.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 201 32 100 0 0.84 0.50 0.21 335.86 0.73 0.46
Hex C9 20 64 0 54 32 15 150 49 2E
Octal 311 40 144 0 124 62 25 520 111 56
Binary 11001001 100000 1100100 0 1010100 110010 10101 101010000 1001001 101110

Color Harmonies of #C92064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92064

Black with #C92064

Text Example


Text Example

White with #C92064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92064; }

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

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

background-color css

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

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

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

border-color css

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

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

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