Html Css Color HEX #C7244E Old Rose

📋 copy color: '#C7244E'

red 199 ◦ green 36 ◦ blue 78

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

Shades of Old Rose #C7244E

Tints of Old Rose #C7244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

 BLUE value IS 78 (30.86% from 255) = 24.92%

R = 63.58%
G = 11.5%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7244E (or 0xC7244E) is known color: Old Rose. HEX triplet: C7, 24 and 4E. RGB value is (199,36,78). Sum of RGB (Red+Green+Blue) = 199+36+78=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7244E is #38DBB1. Grayscale: #595959. Windows color (decimal): -3726258 or 5121223. OLE color: 5121223.

HSL color Cylindrical-coordinate representation of color #C7244E: hue angle of 344.54º degrees, saturation: 0.69, 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 #C7244E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 36 78 -
CMYK 0 0.82 0.61 0.22
HSL 344.54º 0.69% 0.46% -
HSV(B) 344.54º 0.82% 0.78% -
XYZ 25.56 13.95 8.55 -
YUV 89.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 199 36 78 0 0.82 0.61 0.22 344.54 0.69 0.46
Hex C7 24 4E 0 52 3D 16 159 45 2E
Octal 307 44 116 0 122 75 26 531 105 56
Binary 11000111 100100 1001110 0 1010010 111101 10110 101011001 1000101 101110

Color Harmonies of #C7244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7244E

Black with #C7244E

Text Example


Text Example

White with #C7244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7244E; }

 p { color: rgb(199,36,78); }

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

background-color css

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

 a { background-color: rgb(199,36,78); }

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

border-color css

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

 span { border-color: rgb(199,36,78); }

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