Html Css Color HEX #C52064 Ruby

📋 copy color: '#C52064'

red 197 ◦ green 32 ◦ blue 100

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

Shades of Ruby #C52064

Tints of Ruby #C52064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 59.88%
G = 9.73%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C52064 (or 0xC52064) is known color: Ruby. HEX triplet: C5, 20 and 64. RGB value is (197,32,100). Sum of RGB (Red+Green+Blue) = 197+32+100=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C52064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52064 is #3ADF9B. Grayscale: #585858. Windows color (decimal): -3858332 or 6561989. OLE color: 6561989.

HSL color Cylindrical-coordinate representation of color #C52064: hue angle of 335.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52064 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 100 -
CMYK 0 0.84 0.49 0.23
HSL 335.27º 0.72% 0.45% -
HSV(B) 335.27º 0.84% 0.77% -
XYZ 25.84 13.82 13.36 -
YUV 89.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 197 32 100 0 0.84 0.49 0.23 335.27 0.72 0.45
Hex C5 20 64 0 54 31 17 14F 48 2D
Octal 305 40 144 0 124 61 27 517 110 55
Binary 11000101 100000 1100100 0 1010100 110001 10111 101001111 1001000 101101

Color Harmonies of #C52064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52064

Black with #C52064

Text Example


Text Example

White with #C52064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52064; }

 p { color: rgb(197,32,100); }

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

background-color css

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

 a { background-color: rgb(197,32,100); }

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

border-color css

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

 span { border-color: rgb(197,32,100); }

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