Html Css Color HEX #C53952 Old Rose

📋 copy color: '#C53952'

red 197 ◦ green 57 ◦ blue 82

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

Shades of Old Rose #C53952

Tints of Old Rose #C53952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

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

R = 58.63%
G = 16.96%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C53952 (or 0xC53952) is known color: Old Rose. HEX triplet: C5, 39 and 52. RGB value is (197,57,82). Sum of RGB (Red+Green+Blue) = 197+57+82=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53952 is #3AC6AD. Grayscale: #656565. Windows color (decimal): -3851950 or 5388741. OLE color: 5388741.

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

Color convert

RGB 197 57 82 -
CMYK 0 0.71 0.58 0.23
HSL 349.29º 0.55% 0.5% -
HSV(B) 349.29º 0.71% 0.77% -
XYZ 26.01 15.41 9.59 -
YUV 101.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 197 57 82 0 0.71 0.58 0.23 349.29 0.55 0.5
Hex C5 39 52 0 47 3A 17 15D 37 32
Octal 305 71 122 0 107 72 27 535 67 62
Binary 11000101 111001 1010010 0 1000111 111010 10111 101011101 110111 110010

Color Harmonies of #C53952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53952

Black with #C53952

Text Example


Text Example

White with #C53952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53952; }

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

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

background-color css

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

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

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

border-color css

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

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

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