Html Css Color HEX #C53455 Old Rose

📋 copy color: '#C53455'

red 197 ◦ green 52 ◦ blue 85

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

Shades of Old Rose #C53455

Tints of Old Rose #C53455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 58.98%
G = 15.57%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53455 (or 0xC53455) is known color: Old Rose. HEX triplet: C5, 34 and 55. RGB value is (197,52,85). Sum of RGB (Red+Green+Blue) = 197+52+85=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C53455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53455 is #3ACBAA. Grayscale: #636363. Windows color (decimal): -3853227 or 5584069. OLE color: 5584069.

HSL color Cylindrical-coordinate representation of color #C53455: hue angle of 346.34º 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 #C53455 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 85 -
CMYK 0 0.74 0.57 0.23
HSL 346.34º 0.58% 0.49% -
HSV(B) 346.34º 0.74% 0.77% -
XYZ 25.89 14.98 10.12 -
YUV 99.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 197 52 85 0 0.74 0.57 0.23 346.34 0.58 0.49
Hex C5 34 55 0 4A 39 17 15A 3A 31
Octal 305 64 125 0 112 71 27 532 72 61
Binary 11000101 110100 1010101 0 1001010 111001 10111 101011010 111010 110001

Color Harmonies of #C53455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53455

Black with #C53455

Text Example


Text Example

White with #C53455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53455; }

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

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

background-color css

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

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

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

border-color css

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

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

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