Html Css Color HEX #C7225E Old Rose

📋 copy color: '#C7225E'

red 199 ◦ green 34 ◦ blue 94

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

Shades of Old Rose #C7225E

Tints of Old Rose #C7225E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 60.86%
G = 10.4%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7225E (or 0xC7225E) is known color: Old Rose. HEX triplet: C7, 22 and 5E. RGB value is (199,34,94). Sum of RGB (Red+Green+Blue) = 199+34+94=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7225E is #38DDA1. Grayscale: #5A5A5A. Windows color (decimal): -3726754 or 6169287. OLE color: 6169287.

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

Color convert

RGB 199 34 94 -
CMYK 0 0.83 0.53 0.22
HSL 338.18º 0.71% 0.46% -
HSV(B) 338.18º 0.83% 0.78% -
XYZ 26.15 14.09 11.93 -
YUV 90.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 199 34 94 0 0.83 0.53 0.22 338.18 0.71 0.46
Hex C7 22 5E 0 53 35 16 152 47 2E
Octal 307 42 136 0 123 65 26 522 107 56
Binary 11000111 100010 1011110 0 1010011 110101 10110 101010010 1000111 101110

Color Harmonies of #C7225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7225E

Black with #C7225E

Text Example


Text Example

White with #C7225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7225E; }

 p { color: rgb(199,34,94); }

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

background-color css

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

 a { background-color: rgb(199,34,94); }

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

border-color css

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

 span { border-color: rgb(199,34,94); }

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