Html Css Color HEX #C8224A Old Rose

📋 copy color: '#C8224A'

red 200 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #C8224A

Tints of Old Rose #C8224A

RGB

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

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

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

R = 64.94%
G = 11.04%
B = 24.03%

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

#C8224A (or 0xC8224A) is known color: Old Rose. HEX triplet: C8, 22 and 4A. RGB value is (200,34,74). Sum of RGB (Red+Green+Blue) = 200+34+74=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8224A is #37DDB5. Grayscale: #585858. Windows color (decimal): -3661238 or 4858568. OLE color: 4858568.

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

Color convert

RGB 200 34 74 -
CMYK 0 0.83 0.63 0.22
HSL 345.54º 0.71% 0.46% -
HSV(B) 345.54º 0.83% 0.78% -
XYZ 25.63 13.92 7.81 -
YUV 88.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 200 34 74 0 0.83 0.63 0.22 345.54 0.71 0.46
Hex C8 22 4A 0 53 3F 16 15A 47 2E
Octal 310 42 112 0 123 77 26 532 107 56
Binary 11001000 100010 1001010 0 1010011 111111 10110 101011010 1000111 101110

Color Harmonies of #C8224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8224A

Black with #C8224A

Text Example


Text Example

White with #C8224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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