Html Css Color HEX #C5284E Old Rose

📋 copy color: '#C5284E'

red 197 ◦ green 40 ◦ blue 78

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

Shades of Old Rose #C5284E

Tints of Old Rose #C5284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 62.54%
G = 12.7%
B = 24.76%

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

#C5284E (or 0xC5284E) is known color: Old Rose. HEX triplet: C5, 28 and 4E. RGB value is (197,40,78). Sum of RGB (Red+Green+Blue) = 197+40+78=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C5284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5284E is #3AD7B1. Grayscale: #5B5B5B. Windows color (decimal): -3856306 or 5122245. OLE color: 5122245.

HSL color Cylindrical-coordinate representation of color #C5284E: hue angle of 345.48º degrees, saturation: 0.66, 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 #C5284E is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 78 -
CMYK 0 0.80 0.60 0.23
HSL 345.48º 0.66% 0.46% -
HSV(B) 345.48º 0.8% 0.77% -
XYZ 25.16 13.94 8.57 -
YUV 91.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 197 40 78 0 0.80 0.60 0.23 345.48 0.66 0.46
Hex C5 28 4E 0 50 3C 17 159 42 2E
Octal 305 50 116 0 120 74 27 531 102 56
Binary 11000101 101000 1001110 0 1010000 111100 10111 101011001 1000010 101110

Color Harmonies of #C5284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5284E

Black with #C5284E

Text Example


Text Example

White with #C5284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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