Html Css Color HEX #C71855 Old Rose

📋 copy color: '#C71855'

red 199 ◦ green 24 ◦ blue 85

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

Shades of Old Rose #C71855

Tints of Old Rose #C71855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 64.61%
G = 7.79%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C71855 (or 0xC71855) is known color: Old Rose. HEX triplet: C7, 18 and 55. RGB value is (199,24,85). Sum of RGB (Red+Green+Blue) = 199+24+85=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C71855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71855 is #38E7AA. Grayscale: #535353. Windows color (decimal): -3729323 or 5576903. OLE color: 5576903.

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

Color convert

RGB 199 24 85 -
CMYK 0 0.88 0.57 0.22
HSL 339.09º 0.78% 0.44% -
HSV(B) 339.09º 0.88% 0.78% -
XYZ 25.52 13.45 9.85 -
YUV 83.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 199 24 85 0 0.88 0.57 0.22 339.09 0.78 0.44
Hex C7 18 55 0 58 39 16 153 4E 2C
Octal 307 30 125 0 130 71 26 523 116 54
Binary 11000111 11000 1010101 0 1011000 111001 10110 101010011 1001110 101100

Color Harmonies of #C71855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71855

Black with #C71855

Text Example


Text Example

White with #C71855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71855; }

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

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

background-color css

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

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

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

border-color css

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

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

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