Html Css Color HEX #C90865 Ruby

📋 copy color: '#C90865'

red 201 ◦ green 8 ◦ blue 101

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

Shades of Ruby #C90865

Tints of Ruby #C90865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 64.84%
G = 2.58%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C90865 (or 0xC90865) is known color: Ruby. HEX triplet: C9, 08 and 65. RGB value is (201,8,101). Sum of RGB (Red+Green+Blue) = 201+8+101=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C90865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90865 is #36F79A. Grayscale: #4C4C4C. Windows color (decimal): -3602331 or 6621385. OLE color: 6621385.

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

Color convert

RGB 201 8 101 -
CMYK 0 0.96 0.50 0.21
HSL 331.09º 0.92% 0.41% -
HSV(B) 331.09º 0.96% 0.79% -
XYZ 26.52 13.53 13.53 -
YUV 76.31 141.94 216.94 -
System Red Green Blue C M Y K H S L
Decimal 201 8 101 0 0.96 0.50 0.21 331.09 0.92 0.41
Hex C9 8 65 0 60 32 15 14B 5C 29
Octal 311 10 145 0 140 62 25 513 134 51
Binary 11001001 1000 1100101 0 1100000 110010 10101 101001011 1011100 101001

Color Harmonies of #C90865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90865

Black with #C90865

Text Example


Text Example

White with #C90865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90865; }

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

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

background-color css

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

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

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

border-color css

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

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

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