Html Css Color HEX #C90960 Ruby

📋 copy color: '#C90960'

red 201 ◦ green 9 ◦ blue 96

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

Shades of Ruby #C90960

Tints of Ruby #C90960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.94%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 65.69%
G = 2.94%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C90960 (or 0xC90960) is known color: Ruby. HEX triplet: C9, 09 and 60. RGB value is (201,9,96). Sum of RGB (Red+Green+Blue) = 201+9+96=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C90960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90960 is #36F69F. Grayscale: #4C4C4C. Windows color (decimal): -3602080 or 6293961. OLE color: 6293961.

HSL color Cylindrical-coordinate representation of color #C90960: hue angle of 332.81º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90960 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 9 96 -
CMYK 0 0.96 0.52 0.21
HSL 332.81º 0.91% 0.41% -
HSV(B) 332.81º 0.96% 0.79% -
XYZ 26.3 13.46 12.28 -
YUV 76.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 201 9 96 0 0.96 0.52 0.21 332.81 0.91 0.41
Hex C9 9 60 0 60 34 15 14D 5B 29
Octal 311 11 140 0 140 64 25 515 133 51
Binary 11001001 1001 1100000 0 1100000 110100 10101 101001101 1011011 101001

Color Harmonies of #C90960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90960

Black with #C90960

Text Example


Text Example

White with #C90960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90960; }

 p { color: rgb(201,9,96); }

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

background-color css

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

 a { background-color: rgb(201,9,96); }

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

border-color css

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

 span { border-color: rgb(201,9,96); }

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