Html Css Color HEX #C91D68 Ruby

📋 copy color: '#C91D68'

red 201 ◦ green 29 ◦ blue 104

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

Shades of Ruby #C91D68

Tints of Ruby #C91D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.68%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 60.18%
G = 8.68%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C91D68 (or 0xC91D68) is known color: Ruby. HEX triplet: C9, 1D and 68. RGB value is (201,29,104). Sum of RGB (Red+Green+Blue) = 201+29+104=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91D68 is #36E297. Grayscale: #585858. Windows color (decimal): -3596952 or 6823369. OLE color: 6823369.

HSL color Cylindrical-coordinate representation of color #C91D68: hue angle of 333.84º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91D68 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 29 104 -
CMYK 0 0.86 0.48 0.21
HSL 333.84º 0.75% 0.45% -
HSV(B) 333.84º 0.86% 0.79% -
XYZ 27.03 14.3 14.43 -
YUV 88.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 201 29 104 0 0.86 0.48 0.21 333.84 0.75 0.45
Hex C9 1D 68 0 56 30 15 14E 4B 2D
Octal 311 35 150 0 126 60 25 516 113 55
Binary 11001001 11101 1101000 0 1010110 110000 10101 101001110 1001011 101101

Color Harmonies of #C91D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91D68

Black with #C91D68

Text Example


Text Example

White with #C91D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91D68; }

 p { color: rgb(201,29,104); }

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

background-color css

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

 a { background-color: rgb(201,29,104); }

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

border-color css

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

 span { border-color: rgb(201,29,104); }

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