Html Css Color HEX #C72855 Old Rose

📋 copy color: '#C72855'

red 199 ◦ green 40 ◦ blue 85

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

Shades of Old Rose #C72855

Tints of Old Rose #C72855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

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

R = 61.42%
G = 12.35%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C72855 (or 0xC72855) is known color: Old Rose. HEX triplet: C7, 28 and 55. RGB value is (199,40,85). Sum of RGB (Red+Green+Blue) = 199+40+85=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C72855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72855 is #38D7AA. Grayscale: #5C5C5C. Windows color (decimal): -3725227 or 5580999. OLE color: 5580999.

HSL color Cylindrical-coordinate representation of color #C72855: hue angle of 343.02º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72855 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 85 -
CMYK 0 0.80 0.57 0.22
HSL 343.02º 0.67% 0.47% -
HSV(B) 343.02º 0.8% 0.78% -
XYZ 25.95 14.32 9.99 -
YUV 92.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 199 40 85 0 0.80 0.57 0.22 343.02 0.67 0.47
Hex C7 28 55 0 50 39 16 157 43 2F
Octal 307 50 125 0 120 71 26 527 103 57
Binary 11000111 101000 1010101 0 1010000 111001 10110 101010111 1000011 101111

Color Harmonies of #C72855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72855

Black with #C72855

Text Example


Text Example

White with #C72855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72855; }

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

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

background-color css

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

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

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

border-color css

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

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

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