Html Css Color HEX #C8224F Old Rose

📋 copy color: '#C8224F'

red 200 ◦ green 34 ◦ blue 79

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

Shades of Old Rose #C8224F

Tints of Old Rose #C8224F

RGB

 RED value IS 200 (78.52% from 255) = 63.9%

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

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 63.9%
G = 10.86%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8224F (or 0xC8224F) is known color: Old Rose. HEX triplet: C8, 22 and 4F. RGB value is (200,34,79). Sum of RGB (Red+Green+Blue) = 200+34+79=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8224F is #37DDB0. Grayscale: #585858. Windows color (decimal): -3661233 or 5186248. OLE color: 5186248.

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

Color convert

RGB 200 34 79 -
CMYK 0 0.83 0.60 0.22
HSL 343.73º 0.71% 0.46% -
HSV(B) 343.73º 0.83% 0.78% -
XYZ 25.8 13.99 8.74 -
YUV 88.76 122.5 207.34 -
System Red Green Blue C M Y K H S L
Decimal 200 34 79 0 0.83 0.60 0.22 343.73 0.71 0.46
Hex C8 22 4F 0 53 3C 16 158 47 2E
Octal 310 42 117 0 123 74 26 530 107 56
Binary 11001000 100010 1001111 0 1010011 111100 10110 101011000 1000111 101110

Color Harmonies of #C8224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8224F

Black with #C8224F

Text Example


Text Example

White with #C8224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8224F; }

 p { color: rgb(200,34,79); }

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

background-color css

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

 a { background-color: rgb(200,34,79); }

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

border-color css

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

 span { border-color: rgb(200,34,79); }

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