Html Css Color HEX #C53450 Old Rose

📋 copy color: '#C53450'

red 197 ◦ green 52 ◦ blue 80

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

Shades of Old Rose #C53450

Tints of Old Rose #C53450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 59.88%
G = 15.81%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C53450 (or 0xC53450) is known color: Old Rose. HEX triplet: C5, 34 and 50. RGB value is (197,52,80). Sum of RGB (Red+Green+Blue) = 197+52+80=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C53450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53450 is #3ACBAF. Grayscale: #626262. Windows color (decimal): -3853232 or 5256389. OLE color: 5256389.

HSL color Cylindrical-coordinate representation of color #C53450: hue angle of 348.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53450 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 80 -
CMYK 0 0.74 0.59 0.23
HSL 348.41º 0.58% 0.49% -
HSV(B) 348.41º 0.74% 0.77% -
XYZ 25.7 14.91 9.11 -
YUV 98.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 197 52 80 0 0.74 0.59 0.23 348.41 0.58 0.49
Hex C5 34 50 0 4A 3B 17 15C 3A 31
Octal 305 64 120 0 112 73 27 534 72 61
Binary 11000101 110100 1010000 0 1001010 111011 10111 101011100 111010 110001

Color Harmonies of #C53450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53450

Black with #C53450

Text Example


Text Example

White with #C53450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53450; }

 p { color: rgb(197,52,80); }

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

background-color css

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

 a { background-color: rgb(197,52,80); }

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

border-color css

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

 span { border-color: rgb(197,52,80); }

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