Html Css Color HEX #C52062 Ruby

📋 copy color: '#C52062'

red 197 ◦ green 32 ◦ blue 98

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

Shades of Ruby #C52062

Tints of Ruby #C52062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 60.24%
G = 9.79%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C52062 (or 0xC52062) is known color: Ruby. HEX triplet: C5, 20 and 62. RGB value is (197,32,98). Sum of RGB (Red+Green+Blue) = 197+32+98=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C52062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52062 is #3ADF9D. Grayscale: #585858. Windows color (decimal): -3858334 or 6430917. OLE color: 6430917.

HSL color Cylindrical-coordinate representation of color #C52062: hue angle of 336º 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 #C52062 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 98 -
CMYK 0 0.84 0.50 0.23
HSL 336º 0.72% 0.45% -
HSV(B) 336º 0.84% 0.77% -
XYZ 25.75 13.79 12.86 -
YUV 88.86 133.16 205.13 -
System Red Green Blue C M Y K H S L
Decimal 197 32 98 0 0.84 0.50 0.23 336 0.72 0.45
Hex C5 20 62 0 54 32 17 150 48 2D
Octal 305 40 142 0 124 62 27 520 110 55
Binary 11000101 100000 1100010 0 1010100 110010 10111 101010000 1001000 101101

Color Harmonies of #C52062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52062

Black with #C52062

Text Example


Text Example

White with #C52062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52062; }

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

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

background-color css

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

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

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

border-color css

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

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

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