Html Css Color HEX #C51B5A Old Rose

📋 copy color: '#C51B5A'

red 197 ◦ green 27 ◦ blue 90

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

Shades of Old Rose #C51B5A

Tints of Old Rose #C51B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 62.74%
G = 8.6%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C51B5A (or 0xC51B5A) is known color: Old Rose. HEX triplet: C5, 1B and 5A. RGB value is (197,27,90). Sum of RGB (Red+Green+Blue) = 197+27+90=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B5A is #3AE4A5. Grayscale: #545454. Windows color (decimal): -3859622 or 5905349. OLE color: 5905349.

HSL color Cylindrical-coordinate representation of color #C51B5A: hue angle of 337.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B5A is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 90 -
CMYK 0 0.86 0.54 0.23
HSL 337.76º 0.76% 0.44% -
HSV(B) 337.76º 0.86% 0.77% -
XYZ 25.26 13.39 10.93 -
YUV 85.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 197 27 90 0 0.86 0.54 0.23 337.76 0.76 0.44
Hex C5 1B 5A 0 56 36 17 152 4C 2C
Octal 305 33 132 0 126 66 27 522 114 54
Binary 11000101 11011 1011010 0 1010110 110110 10111 101010010 1001100 101100

Color Harmonies of #C51B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B5A

Black with #C51B5A

Text Example


Text Example

White with #C51B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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