Html Css Color HEX #C72352 Old Rose

📋 copy color: '#C72352'

red 199 ◦ green 35 ◦ blue 82

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

Shades of Old Rose #C72352

Tints of Old Rose #C72352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 62.97%
G = 11.08%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C72352 (or 0xC72352) is known color: Old Rose. HEX triplet: C7, 23 and 52. RGB value is (199,35,82). Sum of RGB (Red+Green+Blue) = 199+35+82=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C72352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72352 is #38DCAD. Grayscale: #595959. Windows color (decimal): -3726510 or 5383111. OLE color: 5383111.

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

Color convert

RGB 199 35 82 -
CMYK 0 0.82 0.59 0.22
HSL 342.8º 0.7% 0.46% -
HSV(B) 342.8º 0.82% 0.78% -
XYZ 25.68 13.95 9.32 -
YUV 89.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 199 35 82 0 0.82 0.59 0.22 342.8 0.7 0.46
Hex C7 23 52 0 52 3B 16 157 46 2E
Octal 307 43 122 0 122 73 26 527 106 56
Binary 11000111 100011 1010010 0 1010010 111011 10110 101010111 1000110 101110

Color Harmonies of #C72352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72352

Black with #C72352

Text Example


Text Example

White with #C72352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72352; }

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

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

background-color css

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

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

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

border-color css

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

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

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