Html Css Color HEX #C90165 Ruby

📋 copy color: '#C90165'

red 201 ◦ green 1 ◦ blue 101

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

Shades of Ruby #C90165

Tints of Ruby #C90165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 66.34%
G = 0.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C90165 (or 0xC90165) is known color: Ruby. HEX triplet: C9, 01 and 65. RGB value is (201,1,101). Sum of RGB (Red+Green+Blue) = 201+1+101=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C90165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90165 is #36FE9A. Grayscale: #484848. Windows color (decimal): -3604123 or 6619593. OLE color: 6619593.

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

Color convert

RGB 201 1 101 -
CMYK 0 1.00 0.50 0.21
HSL 330º 0.99% 0.4% -
HSV(B) 330º 1% 0.79% -
XYZ 26.45 13.38 13.5 -
YUV 72.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 201 1 101 0 1.00 0.50 0.21 330 0.99 0.4
Hex C9 1 65 0 64 32 15 14A 63 28
Octal 311 1 145 0 144 62 25 512 143 50
Binary 11001001 1 1100101 0 1100100 110010 10101 101001010 1100011 101000

Color Harmonies of #C90165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90165

Black with #C90165

Text Example


Text Example

White with #C90165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90165; }

 p { color: rgb(201,1,101); }

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

background-color css

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

 a { background-color: rgb(201,1,101); }

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

border-color css

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

 span { border-color: rgb(201,1,101); }

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