Html Css Color HEX #C51452 Old Rose

📋 copy color: '#C51452'

red 197 ◦ green 20 ◦ blue 82

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

Shades of Old Rose #C51452

Tints of Old Rose #C51452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 65.89%
G = 6.69%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C51452 (or 0xC51452) is known color: Old Rose. HEX triplet: C5, 14 and 52. RGB value is (197,20,82). Sum of RGB (Red+Green+Blue) = 197+20+82=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C51452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51452 is #3AEBAD. Grayscale: #4F4F4F. Windows color (decimal): -3861422 or 5379269. OLE color: 5379269.

HSL color Cylindrical-coordinate representation of color #C51452: hue angle of 338.98º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51452 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 82 -
CMYK 0 0.90 0.58 0.23
HSL 338.98º 0.82% 0.43% -
HSV(B) 338.98º 0.9% 0.77% -
XYZ 24.8 12.98 9.18 -
YUV 79.99 129.14 211.46 -
System Red Green Blue C M Y K H S L
Decimal 197 20 82 0 0.90 0.58 0.23 338.98 0.82 0.43
Hex C5 14 52 0 5A 3A 17 153 52 2B
Octal 305 24 122 0 132 72 27 523 122 53
Binary 11000101 10100 1010010 0 1011010 111010 10111 101010011 1010010 101011

Color Harmonies of #C51452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51452

Black with #C51452

Text Example


Text Example

White with #C51452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51452; }

 p { color: rgb(197,20,82); }

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

background-color css

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

 a { background-color: rgb(197,20,82); }

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

border-color css

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

 span { border-color: rgb(197,20,82); }

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