Html Css Color HEX #C51754 Old Rose

📋 copy color: '#C51754'

red 197 ◦ green 23 ◦ blue 84

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

Shades of Old Rose #C51754

Tints of Old Rose #C51754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

 BLUE value IS 84 (33.2% from 255) = 27.63%

R = 64.8%
G = 7.57%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C51754 (or 0xC51754) is known color: Old Rose. HEX triplet: C5, 17 and 54. RGB value is (197,23,84). Sum of RGB (Red+Green+Blue) = 197+23+84=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C51754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51754 is #3AE8AB. Grayscale: #515151. Windows color (decimal): -3860652 or 5511109. OLE color: 5511109.

HSL color Cylindrical-coordinate representation of color #C51754: hue angle of 338.97º degrees, saturation: 0.79, 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 #C51754 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 84 -
CMYK 0 0.88 0.57 0.23
HSL 338.97º 0.79% 0.43% -
HSV(B) 338.97º 0.88% 0.77% -
XYZ 24.93 13.12 9.61 -
YUV 81.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 197 23 84 0 0.88 0.57 0.23 338.97 0.79 0.43
Hex C5 17 54 0 58 39 17 153 4F 2B
Octal 305 27 124 0 130 71 27 523 117 53
Binary 11000101 10111 1010100 0 1011000 111001 10111 101010011 1001111 101011

Color Harmonies of #C51754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51754

Black with #C51754

Text Example


Text Example

White with #C51754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51754; }

 p { color: rgb(197,23,84); }

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

background-color css

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

 a { background-color: rgb(197,23,84); }

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

border-color css

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

 span { border-color: rgb(197,23,84); }

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