Html Css Color HEX #C71754 Old Rose

📋 copy color: '#C71754'

red 199 ◦ green 23 ◦ blue 84

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

Shades of Old Rose #C71754

Tints of Old Rose #C71754

RGB

 RED value IS 199 (78.13% from 255) = 65.03%

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

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

R = 65.03%
G = 7.52%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C71754 (or 0xC71754) is known color: Old Rose. HEX triplet: C7, 17 and 54. RGB value is (199,23,84). Sum of RGB (Red+Green+Blue) = 199+23+84=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71754 is #38E8AB. Grayscale: #525252. Windows color (decimal): -3729580 or 5511111. OLE color: 5511111.

HSL color Cylindrical-coordinate representation of color #C71754: hue angle of 339.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71754 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 23 84 -
CMYK 0 0.88 0.58 0.22
HSL 339.2º 0.79% 0.44% -
HSV(B) 339.2º 0.88% 0.78% -
XYZ 25.46 13.4 9.63 -
YUV 82.58 128.81 211.04 -
System Red Green Blue C M Y K H S L
Decimal 199 23 84 0 0.88 0.58 0.22 339.2 0.79 0.44
Hex C7 17 54 0 58 3A 16 153 4F 2C
Octal 307 27 124 0 130 72 26 523 117 54
Binary 11000111 10111 1010100 0 1011000 111010 10110 101010011 1001111 101100

Color Harmonies of #C71754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71754

Black with #C71754

Text Example


Text Example

White with #C71754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71754; }

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

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

background-color css

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

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

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

border-color css

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

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

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