Html Css Color HEX #C52069 Ruby

📋 copy color: '#C52069'

red 197 ◦ green 32 ◦ blue 105

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

Shades of Ruby #C52069

Tints of Ruby #C52069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 58.98%
G = 9.58%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C52069 (or 0xC52069) is known color: Ruby. HEX triplet: C5, 20 and 69. RGB value is (197,32,105). Sum of RGB (Red+Green+Blue) = 197+32+105=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C52069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52069 is #3ADF96. Grayscale: #595959. Windows color (decimal): -3858327 or 6889669. OLE color: 6889669.

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

Color convert

RGB 197 32 105 -
CMYK 0 0.84 0.47 0.23
HSL 333.45º 0.72% 0.45% -
HSV(B) 333.45º 0.84% 0.77% -
XYZ 26.09 13.92 14.68 -
YUV 89.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 197 32 105 0 0.84 0.47 0.23 333.45 0.72 0.45
Hex C5 20 69 0 54 2F 17 14D 48 2D
Octal 305 40 151 0 124 57 27 515 110 55
Binary 11000101 100000 1101001 0 1010100 101111 10111 101001101 1001000 101101

Color Harmonies of #C52069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52069

Black with #C52069

Text Example


Text Example

White with #C52069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52069; }

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

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

background-color css

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

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

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

border-color css

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

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

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