Html Css Color HEX #C72960 Old Rose

📋 copy color: '#C72960'

red 199 ◦ green 41 ◦ blue 96

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

Shades of Old Rose #C72960

Tints of Old Rose #C72960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 59.23%
G = 12.2%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C72960 (or 0xC72960) is known color: Old Rose. HEX triplet: C7, 29 and 60. RGB value is (199,41,96). Sum of RGB (Red+Green+Blue) = 199+41+96=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C72960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72960 is #38D69F. Grayscale: #5E5E5E. Windows color (decimal): -3724960 or 6302151. OLE color: 6302151.

HSL color Cylindrical-coordinate representation of color #C72960: hue angle of 339.11º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72960 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 96 -
CMYK 0 0.79 0.52 0.22
HSL 339.11º 0.66% 0.47% -
HSV(B) 339.11º 0.79% 0.78% -
XYZ 26.46 14.57 12.48 -
YUV 94.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 199 41 96 0 0.79 0.52 0.22 339.11 0.66 0.47
Hex C7 29 60 0 4F 34 16 153 42 2F
Octal 307 51 140 0 117 64 26 523 102 57
Binary 11000111 101001 1100000 0 1001111 110100 10110 101010011 1000010 101111

Color Harmonies of #C72960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72960

Black with #C72960

Text Example


Text Example

White with #C72960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72960; }

 p { color: rgb(199,41,96); }

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

background-color css

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

 a { background-color: rgb(199,41,96); }

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

border-color css

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

 span { border-color: rgb(199,41,96); }

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