Html Css Color HEX #C53F4C Old Rose

📋 copy color: '#C53F4C'

red 197 ◦ green 63 ◦ blue 76

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

Shades of Old Rose #C53F4C

Tints of Old Rose #C53F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 58.63%
G = 18.75%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C53F4C (or 0xC53F4C) is known color: Old Rose. HEX triplet: C5, 3F and 4C. RGB value is (197,63,76). Sum of RGB (Red+Green+Blue) = 197+63+76=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F4C is #3AC0B3. Grayscale: #686868. Windows color (decimal): -3850420 or 4997061. OLE color: 4997061.

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

Color convert

RGB 197 63 76 -
CMYK 0 0.68 0.61 0.23
HSL 354.18º 0.54% 0.51% -
HSV(B) 354.18º 0.68% 0.77% -
XYZ 26.11 15.95 8.54 -
YUV 104.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 197 63 76 0 0.68 0.61 0.23 354.18 0.54 0.51
Hex C5 3F 4C 0 44 3D 17 162 36 33
Octal 305 77 114 0 104 75 27 542 66 63
Binary 11000101 111111 1001100 0 1000100 111101 10111 101100010 110110 110011

Color Harmonies of #C53F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F4C

Black with #C53F4C

Text Example


Text Example

White with #C53F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F4C; }

 p { color: rgb(197,63,76); }

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

background-color css

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

 a { background-color: rgb(197,63,76); }

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

border-color css

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

 span { border-color: rgb(197,63,76); }

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