Html Css Color HEX #C53E4D Old Rose

📋 copy color: '#C53E4D'

red 197 ◦ green 62 ◦ blue 77

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

Shades of Old Rose #C53E4D

Tints of Old Rose #C53E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.45%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 58.63%
G = 18.45%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C53E4D (or 0xC53E4D) is known color: Old Rose. HEX triplet: C5, 3E and 4D. RGB value is (197,62,77). Sum of RGB (Red+Green+Blue) = 197+62+77=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53E4D is #3AC1B2. Grayscale: #686868. Windows color (decimal): -3850675 or 5062341. OLE color: 5062341.

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

Color convert

RGB 197 62 77 -
CMYK 0 0.69 0.61 0.23
HSL 353.33º 0.54% 0.51% -
HSV(B) 353.33º 0.69% 0.77% -
XYZ 26.09 15.85 8.71 -
YUV 104.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 197 62 77 0 0.69 0.61 0.23 353.33 0.54 0.51
Hex C5 3E 4D 0 45 3D 17 161 36 33
Octal 305 76 115 0 105 75 27 541 66 63
Binary 11000101 111110 1001101 0 1000101 111101 10111 101100001 110110 110011

Color Harmonies of #C53E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E4D

Black with #C53E4D

Text Example


Text Example

White with #C53E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E4D; }

 p { color: rgb(197,62,77); }

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

background-color css

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

 a { background-color: rgb(197,62,77); }

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

border-color css

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

 span { border-color: rgb(197,62,77); }

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