Html Css Color HEX #C5184F Old Rose

📋 copy color: '#C5184F'

red 197 ◦ green 24 ◦ blue 79

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

Shades of Old Rose #C5184F

Tints of Old Rose #C5184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 79 (31.25% from 255) = 26.33%

R = 65.67%
G = 8%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5184F (or 0xC5184F) is known color: Old Rose. HEX triplet: C5, 18 and 4F. RGB value is (197,24,79). Sum of RGB (Red+Green+Blue) = 197+24+79=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C5184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5184F is #3AE7B0. Grayscale: #515151. Windows color (decimal): -3860401 or 5183685. OLE color: 5183685.

HSL color Cylindrical-coordinate representation of color #C5184F: hue angle of 340.92º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5184F is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 24 79 -
CMYK 0 0.88 0.60 0.23
HSL 340.92º 0.78% 0.43% -
HSV(B) 340.92º 0.88% 0.77% -
XYZ 24.76 13.09 8.62 -
YUV 82 126.31 210.03 -
System Red Green Blue C M Y K H S L
Decimal 197 24 79 0 0.88 0.60 0.23 340.92 0.78 0.43
Hex C5 18 4F 0 58 3C 17 155 4E 2B
Octal 305 30 117 0 130 74 27 525 116 53
Binary 11000101 11000 1001111 0 1011000 111100 10111 101010101 1001110 101011

Color Harmonies of #C5184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5184F

Black with #C5184F

Text Example


Text Example

White with #C5184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5184F; }

 p { color: rgb(197,24,79); }

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

background-color css

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

 a { background-color: rgb(197,24,79); }

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

border-color css

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

 span { border-color: rgb(197,24,79); }

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