Html Css Color HEX #C91765 Ruby

📋 copy color: '#C91765'

red 201 ◦ green 23 ◦ blue 101

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

Shades of Ruby #C91765

Tints of Ruby #C91765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.08%

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

R = 61.85%
G = 7.08%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C91765 (or 0xC91765) is known color: Ruby. HEX triplet: C9, 17 and 65. RGB value is (201,23,101). Sum of RGB (Red+Green+Blue) = 201+23+101=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C91765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91765 is #36E89A. Grayscale: #545454. Windows color (decimal): -3598491 or 6625225. OLE color: 6625225.

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

Color convert

RGB 201 23 101 -
CMYK 0 0.89 0.50 0.21
HSL 333.71º 0.79% 0.44% -
HSV(B) 333.71º 0.89% 0.79% -
XYZ 26.74 13.97 13.6 -
YUV 85.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 201 23 101 0 0.89 0.50 0.21 333.71 0.79 0.44
Hex C9 17 65 0 59 32 15 14E 4F 2C
Octal 311 27 145 0 131 62 25 516 117 54
Binary 11001001 10111 1100101 0 1011001 110010 10101 101001110 1001111 101100

Color Harmonies of #C91765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91765

Black with #C91765

Text Example


Text Example

White with #C91765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91765; }

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

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

background-color css

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

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

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

border-color css

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

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

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