Html Css Color HEX #C71852 Old Rose

📋 copy color: '#C71852'

red 199 ◦ green 24 ◦ blue 82

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

Shades of Old Rose #C71852

Tints of Old Rose #C71852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.89%

R = 65.25%
G = 7.87%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C71852 (or 0xC71852) is known color: Old Rose. HEX triplet: C7, 18 and 52. RGB value is (199,24,82). Sum of RGB (Red+Green+Blue) = 199+24+82=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C71852 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71852 is #38E7AD. Grayscale: #525252. Windows color (decimal): -3729326 or 5380295. OLE color: 5380295.

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

Color convert

RGB 199 24 82 -
CMYK 0 0.88 0.59 0.22
HSL 340.11º 0.78% 0.44% -
HSV(B) 340.11º 0.88% 0.78% -
XYZ 25.4 13.4 9.23 -
YUV 82.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 199 24 82 0 0.88 0.59 0.22 340.11 0.78 0.44
Hex C7 18 52 0 58 3B 16 154 4E 2C
Octal 307 30 122 0 130 73 26 524 116 54
Binary 11000111 11000 1010010 0 1011000 111011 10110 101010100 1001110 101100

Color Harmonies of #C71852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71852

Black with #C71852

Text Example


Text Example

White with #C71852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71852; }

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

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

background-color css

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

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

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

border-color css

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

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

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