Html Css Color HEX #C5254D Old Rose

📋 copy color: '#C5254D'

red 197 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #C5254D

Tints of Old Rose #C5254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

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

R = 63.34%
G = 11.9%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5254D (or 0xC5254D) is known color: Old Rose. HEX triplet: C5, 25 and 4D. RGB value is (197,37,77). Sum of RGB (Red+Green+Blue) = 197+37+77=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5254D is #3ADAB2. Grayscale: #595959. Windows color (decimal): -3857075 or 5055941. OLE color: 5055941.

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

Color convert

RGB 197 37 77 -
CMYK 0 0.81 0.61 0.23
HSL 345º 0.68% 0.46% -
HSV(B) 345º 0.81% 0.77% -
XYZ 25.03 13.73 8.35 -
YUV 89.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 197 37 77 0 0.81 0.61 0.23 345 0.68 0.46
Hex C5 25 4D 0 51 3D 17 159 44 2E
Octal 305 45 115 0 121 75 27 531 104 56
Binary 11000101 100101 1001101 0 1010001 111101 10111 101011001 1000100 101110

Color Harmonies of #C5254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5254D

Black with #C5254D

Text Example


Text Example

White with #C5254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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