Html Css Color HEX #C5005F Ruby

📋 copy color: '#C5005F'

red 197 ◦ green 0 ◦ blue 95

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

Shades of Ruby #C5005F

Tints of Ruby #C5005F

RGB

 RED value IS 197 (77.34% from 255) = 67.47%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 67.47%
G = 0%
B = 32.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5005F (or 0xC5005F) is known color: Ruby. HEX triplet: C5, 00 and 5F. RGB value is (197,0,95). Sum of RGB (Red+Green+Blue) = 197+0+95=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C5005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5005F is #3AFFA0. Grayscale: #454545. Windows color (decimal): -3866529 or 6226117. OLE color: 6226117.

HSL color Cylindrical-coordinate representation of color #C5005F: hue angle of 331.07º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5005F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 95 -
CMYK 0 1 0.52 0.23
HSL 331.07º 1% 0.39% -
HSV(B) 331.07º 1% 0.77% -
XYZ 25.09 12.7 11.95 -
YUV 69.73 142.27 218.78 -
System Red Green Blue C M Y K H S L
Decimal 197 0 95 0 1 0.52 0.23 331.07 1 0.39
Hex C5 0 5F 0 64 34 17 14B 64 27
Octal 305 0 137 0 144 64 27 513 144 47
Binary 11000101 0 1011111 0 1100100 110100 10111 101001011 1100100 100111

Color Harmonies of #C5005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5005F

Black with #C5005F

Text Example


Text Example

White with #C5005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5005F; }

 p { color: rgb(197,0,95); }

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

background-color css

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

 a { background-color: rgb(197,0,95); }

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

border-color css

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

 span { border-color: rgb(197,0,95); }

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