Html Css Color HEX #C52360 Old Rose

📋 copy color: '#C52360'

red 197 ◦ green 35 ◦ blue 96

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

Shades of Old Rose #C52360

Tints of Old Rose #C52360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 60.06%
G = 10.67%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C52360 (or 0xC52360) is known color: Old Rose. HEX triplet: C5, 23 and 60. RGB value is (197,35,96). Sum of RGB (Red+Green+Blue) = 197+35+96=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C52360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52360 is #3ADC9F. Grayscale: #5A5A5A. Windows color (decimal): -3857568 or 6300613. OLE color: 6300613.

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

Color convert

RGB 197 35 96 -
CMYK 0 0.82 0.51 0.23
HSL 337.41º 0.7% 0.45% -
HSV(B) 337.41º 0.82% 0.77% -
XYZ 25.74 13.92 12.4 -
YUV 90.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 197 35 96 0 0.82 0.51 0.23 337.41 0.7 0.45
Hex C5 23 60 0 52 33 17 151 46 2D
Octal 305 43 140 0 122 63 27 521 106 55
Binary 11000101 100011 1100000 0 1010010 110011 10111 101010001 1000110 101101

Color Harmonies of #C52360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52360

Black with #C52360

Text Example


Text Example

White with #C52360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52360; }

 p { color: rgb(197,35,96); }

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

background-color css

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

 a { background-color: rgb(197,35,96); }

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

border-color css

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

 span { border-color: rgb(197,35,96); }

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