Html Css Color HEX #C7224A Old Rose

📋 copy color: '#C7224A'

red 199 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #C7224A

Tints of Old Rose #C7224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 64.82%
G = 11.07%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7224A (or 0xC7224A) is known color: Old Rose. HEX triplet: C7, 22 and 4A. RGB value is (199,34,74). Sum of RGB (Red+Green+Blue) = 199+34+74=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7224A is #38DDB5. Grayscale: #575757. Windows color (decimal): -3726774 or 4858567. OLE color: 4858567.

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

Color convert

RGB 199 34 74 -
CMYK 0 0.83 0.63 0.22
HSL 345.45º 0.71% 0.46% -
HSV(B) 345.45º 0.83% 0.78% -
XYZ 25.36 13.78 7.8 -
YUV 87.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 199 34 74 0 0.83 0.63 0.22 345.45 0.71 0.46
Hex C7 22 4A 0 53 3F 16 159 47 2E
Octal 307 42 112 0 123 77 26 531 107 56
Binary 11000111 100010 1001010 0 1010011 111111 10110 101011001 1000111 101110

Color Harmonies of #C7224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7224A

Black with #C7224A

Text Example


Text Example

White with #C7224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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