Html Css Color HEX #C5284C Old Rose

📋 copy color: '#C5284C'

red 197 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #C5284C

Tints of Old Rose #C5284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 62.94%
G = 12.78%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5284C (or 0xC5284C) is known color: Old Rose. HEX triplet: C5, 28 and 4C. RGB value is (197,40,76). Sum of RGB (Red+Green+Blue) = 197+40+76=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5284C is #3AD7B3. Grayscale: #5B5B5B. Windows color (decimal): -3856308 or 4991173. OLE color: 4991173.

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

Color convert

RGB 197 40 76 -
CMYK 0 0.80 0.61 0.23
HSL 346.24º 0.66% 0.46% -
HSV(B) 346.24º 0.8% 0.77% -
XYZ 25.09 13.91 8.2 -
YUV 91.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 197 40 76 0 0.80 0.61 0.23 346.24 0.66 0.46
Hex C5 28 4C 0 50 3D 17 15A 42 2E
Octal 305 50 114 0 120 75 27 532 102 56
Binary 11000101 101000 1001100 0 1010000 111101 10111 101011010 1000010 101110

Color Harmonies of #C5284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5284C

Black with #C5284C

Text Example


Text Example

White with #C5284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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