Html Css Color HEX #C90264 Ruby

📋 copy color: '#C90264'

red 201 ◦ green 2 ◦ blue 100

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

Shades of Ruby #C90264

Tints of Ruby #C90264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 66.34%
G = 0.66%
B = 33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C90264 (or 0xC90264) is known color: Ruby. HEX triplet: C9, 02 and 64. RGB value is (201,2,100). Sum of RGB (Red+Green+Blue) = 201+2+100=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C90264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90264 is #36FD9B. Grayscale: #484848. Windows color (decimal): -3603868 or 6554313. OLE color: 6554313.

HSL color Cylindrical-coordinate representation of color #C90264: hue angle of 330.45º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90264 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 100 -
CMYK 0 0.99 0.50 0.21
HSL 330.45º 0.98% 0.4% -
HSV(B) 330.45º 0.99% 0.79% -
XYZ 26.41 13.38 13.25 -
YUV 72.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 201 2 100 0 0.99 0.50 0.21 330.45 0.98 0.4
Hex C9 2 64 0 63 32 15 14A 62 28
Octal 311 2 144 0 143 62 25 512 142 50
Binary 11001001 10 1100100 0 1100011 110010 10101 101001010 1100010 101000

Color Harmonies of #C90264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90264

Black with #C90264

Text Example


Text Example

White with #C90264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90264; }

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

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

background-color css

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

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

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

border-color css

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

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

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