Html Css Color HEX #C72656 Old Rose

📋 copy color: '#C72656'

red 199 ◦ green 38 ◦ blue 86

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

Shades of Old Rose #C72656

Tints of Old Rose #C72656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

 BLUE value IS 86 (33.98% from 255) = 26.63%

R = 61.61%
G = 11.76%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C72656 (or 0xC72656) is known color: Old Rose. HEX triplet: C7, 26 and 56. RGB value is (199,38,86). Sum of RGB (Red+Green+Blue) = 199+38+86=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C72656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72656 is #38D9A9. Grayscale: #5B5B5B. Windows color (decimal): -3725738 or 5646023. OLE color: 5646023.

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

Color convert

RGB 199 38 86 -
CMYK 0 0.81 0.57 0.22
HSL 342.11º 0.68% 0.46% -
HSV(B) 342.11º 0.81% 0.78% -
XYZ 25.93 14.2 10.18 -
YUV 91.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 199 38 86 0 0.81 0.57 0.22 342.11 0.68 0.46
Hex C7 26 56 0 51 39 16 156 44 2E
Octal 307 46 126 0 121 71 26 526 104 56
Binary 11000111 100110 1010110 0 1010001 111001 10110 101010110 1000100 101110

Color Harmonies of #C72656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72656

Black with #C72656

Text Example


Text Example

White with #C72656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72656; }

 p { color: rgb(199,38,86); }

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

background-color css

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

 a { background-color: rgb(199,38,86); }

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

border-color css

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

 span { border-color: rgb(199,38,86); }

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