Html Css Color HEX #C5274E Old Rose

📋 copy color: '#C5274E'

red 197 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #C5274E

Tints of Old Rose #C5274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

 BLUE value IS 78 (30.86% from 255) = 24.84%

R = 62.74%
G = 12.42%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5274E (or 0xC5274E) is known color: Old Rose. HEX triplet: C5, 27 and 4E. RGB value is (197,39,78). Sum of RGB (Red+Green+Blue) = 197+39+78=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5274E is #3AD8B1. Grayscale: #5A5A5A. Windows color (decimal): -3856562 or 5121989. OLE color: 5121989.

HSL color Cylindrical-coordinate representation of color #C5274E: hue angle of 345.19º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5274E is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 78 -
CMYK 0 0.80 0.60 0.23
HSL 345.19º 0.67% 0.46% -
HSV(B) 345.19º 0.8% 0.77% -
XYZ 25.13 13.87 8.56 -
YUV 90.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 197 39 78 0 0.80 0.60 0.23 345.19 0.67 0.46
Hex C5 27 4E 0 50 3C 17 159 43 2E
Octal 305 47 116 0 120 74 27 531 103 56
Binary 11000101 100111 1001110 0 1010000 111100 10111 101011001 1000011 101110

Color Harmonies of #C5274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5274E

Black with #C5274E

Text Example


Text Example

White with #C5274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5274E; }

 p { color: rgb(197,39,78); }

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

background-color css

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

 a { background-color: rgb(197,39,78); }

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

border-color css

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

 span { border-color: rgb(197,39,78); }

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