Html Css Color HEX #C51F5A Old Rose

📋 copy color: '#C51F5A'

red 197 ◦ green 31 ◦ blue 90

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

Shades of Old Rose #C51F5A

Tints of Old Rose #C51F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 61.95%
G = 9.75%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C51F5A (or 0xC51F5A) is known color: Old Rose. HEX triplet: C5, 1F and 5A. RGB value is (197,31,90). Sum of RGB (Red+Green+Blue) = 197+31+90=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F5A is #3AE0A5. Grayscale: #575757. Windows color (decimal): -3858598 or 5906373. OLE color: 5906373.

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

Color convert

RGB 197 31 90 -
CMYK 0 0.84 0.54 0.23
HSL 338.67º 0.73% 0.45% -
HSV(B) 338.67º 0.84% 0.77% -
XYZ 25.36 13.59 10.96 -
YUV 87.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 197 31 90 0 0.84 0.54 0.23 338.67 0.73 0.45
Hex C5 1F 5A 0 54 36 17 153 49 2D
Octal 305 37 132 0 124 66 27 523 111 55
Binary 11000101 11111 1011010 0 1010100 110110 10111 101010011 1001001 101101

Color Harmonies of #C51F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F5A

Black with #C51F5A

Text Example


Text Example

White with #C51F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F5A; }

 p { color: rgb(197,31,90); }

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

background-color css

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

 a { background-color: rgb(197,31,90); }

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

border-color css

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

 span { border-color: rgb(197,31,90); }

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