Html Css Color HEX #C90362 Ruby

📋 copy color: '#C90362'

red 201 ◦ green 3 ◦ blue 98

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

Shades of Ruby #C90362

Tints of Ruby #C90362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 66.56%
G = 0.99%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C90362 (or 0xC90362) is known color: Ruby. HEX triplet: C9, 03 and 62. RGB value is (201,3,98). Sum of RGB (Red+Green+Blue) = 201+3+98=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C90362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90362 is #36FC9D. Grayscale: #484848. Windows color (decimal): -3603614 or 6423497. OLE color: 6423497.

HSL color Cylindrical-coordinate representation of color #C90362: hue angle of 331.21º degrees, saturation: 0.97, 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 #C90362 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 3 98 -
CMYK 0 0.99 0.51 0.21
HSL 331.21º 0.97% 0.4% -
HSV(B) 331.21º 0.99% 0.79% -
XYZ 26.32 13.36 12.75 -
YUV 73.03 142.1 219.28 -
System Red Green Blue C M Y K H S L
Decimal 201 3 98 0 0.99 0.51 0.21 331.21 0.97 0.4
Hex C9 3 62 0 63 33 15 14B 61 28
Octal 311 3 142 0 143 63 25 513 141 50
Binary 11001001 11 1100010 0 1100011 110011 10101 101001011 1100001 101000

Color Harmonies of #C90362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90362

Black with #C90362

Text Example


Text Example

White with #C90362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90362; }

 p { color: rgb(201,3,98); }

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

background-color css

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

 a { background-color: rgb(201,3,98); }

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

border-color css

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

 span { border-color: rgb(201,3,98); }

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