Html Css Color HEX #C72052 Old Rose

📋 copy color: '#C72052'

red 199 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #C72052

Tints of Old Rose #C72052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

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

R = 63.58%
G = 10.22%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C72052 (or 0xC72052) is known color: Old Rose. HEX triplet: C7, 20 and 52. RGB value is (199,32,82). Sum of RGB (Red+Green+Blue) = 199+32+82=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C72052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72052 is #38DFAD. Grayscale: #575757. Windows color (decimal): -3727278 or 5382343. OLE color: 5382343.

HSL color Cylindrical-coordinate representation of color #C72052: hue angle of 342.04º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72052 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 82 -
CMYK 0 0.84 0.59 0.22
HSL 342.04º 0.72% 0.45% -
HSV(B) 342.04º 0.84% 0.78% -
XYZ 25.59 13.78 9.29 -
YUV 87.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 199 32 82 0 0.84 0.59 0.22 342.04 0.72 0.45
Hex C7 20 52 0 54 3B 16 156 48 2D
Octal 307 40 122 0 124 73 26 526 110 55
Binary 11000111 100000 1010010 0 1010100 111011 10110 101010110 1001000 101101

Color Harmonies of #C72052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72052

Black with #C72052

Text Example


Text Example

White with #C72052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72052; }

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

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

background-color css

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

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

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

border-color css

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

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

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