Html Css Color HEX #C7225A Old Rose

📋 copy color: '#C7225A'

red 199 ◦ green 34 ◦ blue 90

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

Shades of Old Rose #C7225A

Tints of Old Rose #C7225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 61.61%
G = 10.53%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7225A (or 0xC7225A) is known color: Old Rose. HEX triplet: C7, 22 and 5A. RGB value is (199,34,90). Sum of RGB (Red+Green+Blue) = 199+34+90=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7225A is #38DDA5. Grayscale: #595959. Windows color (decimal): -3726758 or 5907143. OLE color: 5907143.

HSL color Cylindrical-coordinate representation of color #C7225A: hue angle of 339.64º 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 #C7225A is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 90 -
CMYK 0 0.83 0.55 0.22
HSL 339.64º 0.71% 0.46% -
HSV(B) 339.64º 0.83% 0.78% -
XYZ 25.97 14.02 11.01 -
YUV 89.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 199 34 90 0 0.83 0.55 0.22 339.64 0.71 0.46
Hex C7 22 5A 0 53 37 16 154 47 2E
Octal 307 42 132 0 123 67 26 524 107 56
Binary 11000111 100010 1011010 0 1010011 110111 10110 101010100 1000111 101110

Color Harmonies of #C7225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7225A

Black with #C7225A

Text Example


Text Example

White with #C7225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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