Html Css Color HEX #C72F5C Old Rose

📋 copy color: '#C72F5C'

red 199 ◦ green 47 ◦ blue 92

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

Shades of Old Rose #C72F5C

Tints of Old Rose #C72F5C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.91%

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 58.88%
G = 13.91%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C72F5C (or 0xC72F5C) is known color: Old Rose. HEX triplet: C7, 2F and 5C. RGB value is (199,47,92). Sum of RGB (Red+Green+Blue) = 199+47+92=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72F5C is #38D0A3. Grayscale: #616161. Windows color (decimal): -3723428 or 6041543. OLE color: 6041543.

HSL color Cylindrical-coordinate representation of color #C72F5C: hue angle of 342.24º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72F5C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 47 92 -
CMYK 0 0.76 0.54 0.22
HSL 342.24º 0.62% 0.48% -
HSV(B) 342.24º 0.76% 0.78% -
XYZ 26.5 14.95 11.61 -
YUV 97.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 199 47 92 0 0.76 0.54 0.22 342.24 0.62 0.48
Hex C7 2F 5C 0 4C 36 16 156 3E 30
Octal 307 57 134 0 114 66 26 526 76 60
Binary 11000111 101111 1011100 0 1001100 110110 10110 101010110 111110 110000

Color Harmonies of #C72F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F5C

Black with #C72F5C

Text Example


Text Example

White with #C72F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F5C; }

 p { color: rgb(199,47,92); }

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

background-color css

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

 a { background-color: rgb(199,47,92); }

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

border-color css

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

 span { border-color: rgb(199,47,92); }

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