Html Css Color HEX #C52453 Old Rose

📋 copy color: '#C52453'

red 197 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #C52453

Tints of Old Rose #C52453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

 BLUE value IS 83 (32.81% from 255) = 26.27%

R = 62.34%
G = 11.39%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C52453 (or 0xC52453) is known color: Old Rose. HEX triplet: C5, 24 and 53. RGB value is (197,36,83). Sum of RGB (Red+Green+Blue) = 197+36+83=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C52453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52453 is #3ADBAC. Grayscale: #595959. Windows color (decimal): -3857325 or 5448901. OLE color: 5448901.

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

Color convert

RGB 197 36 83 -
CMYK 0 0.82 0.58 0.23
HSL 342.48º 0.69% 0.46% -
HSV(B) 342.48º 0.82% 0.77% -
XYZ 25.22 13.76 9.51 -
YUV 89.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 197 36 83 0 0.82 0.58 0.23 342.48 0.69 0.46
Hex C5 24 53 0 52 3A 17 156 45 2E
Octal 305 44 123 0 122 72 27 526 105 56
Binary 11000101 100100 1010011 0 1010010 111010 10111 101010110 1000101 101110

Color Harmonies of #C52453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52453

Black with #C52453

Text Example


Text Example

White with #C52453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52453; }

 p { color: rgb(197,36,83); }

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

background-color css

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

 a { background-color: rgb(197,36,83); }

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

border-color css

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

 span { border-color: rgb(197,36,83); }

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