Html Css Color HEX #C71853 Old Rose

📋 copy color: '#C71853'

red 199 ◦ green 24 ◦ blue 83

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

Shades of Old Rose #C71853

Tints of Old Rose #C71853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 65.03%
G = 7.84%
B = 27.12%

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

#C71853 (or 0xC71853) is known color: Old Rose. HEX triplet: C7, 18 and 53. RGB value is (199,24,83). Sum of RGB (Red+Green+Blue) = 199+24+83=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71853 is #38E7AC. Grayscale: #525252. Windows color (decimal): -3729325 or 5445831. OLE color: 5445831.

HSL color Cylindrical-coordinate representation of color #C71853: hue angle of 339.77º degrees, saturation: 0.78, 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 #C71853 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 83 -
CMYK 0 0.88 0.58 0.22
HSL 339.77º 0.78% 0.44% -
HSV(B) 339.77º 0.88% 0.78% -
XYZ 25.44 13.42 9.43 -
YUV 83.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 199 24 83 0 0.88 0.58 0.22 339.77 0.78 0.44
Hex C7 18 53 0 58 3A 16 154 4E 2C
Octal 307 30 123 0 130 72 26 524 116 54
Binary 11000111 11000 1010011 0 1011000 111010 10110 101010100 1001110 101100

Color Harmonies of #C71853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71853

Black with #C71853

Text Example


Text Example

White with #C71853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71853; }

 p { color: rgb(199,24,83); }

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

background-color css

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

 a { background-color: rgb(199,24,83); }

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

border-color css

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

 span { border-color: rgb(199,24,83); }

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