Html Css Color HEX #C5254A Old Rose

📋 copy color: '#C5254A'

red 197 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #C5254A

Tints of Old Rose #C5254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 63.96%
G = 12.01%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5254A (or 0xC5254A) is known color: Old Rose. HEX triplet: C5, 25 and 4A. RGB value is (197,37,74). Sum of RGB (Red+Green+Blue) = 197+37+74=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5254A is #3ADAB5. Grayscale: #595959. Windows color (decimal): -3857078 or 4859333. OLE color: 4859333.

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

Color convert

RGB 197 37 74 -
CMYK 0 0.81 0.62 0.23
HSL 346.13º 0.68% 0.46% -
HSV(B) 346.13º 0.81% 0.77% -
XYZ 24.92 13.69 7.81 -
YUV 89.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 197 37 74 0 0.81 0.62 0.23 346.13 0.68 0.46
Hex C5 25 4A 0 51 3E 17 15A 44 2E
Octal 305 45 112 0 121 76 27 532 104 56
Binary 11000101 100101 1001010 0 1010001 111110 10111 101011010 1000100 101110

Color Harmonies of #C5254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5254A

Black with #C5254A

Text Example


Text Example

White with #C5254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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