Html Css Color HEX #C8224C Old Rose

📋 copy color: '#C8224C'

red 200 ◦ green 34 ◦ blue 76

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

Shades of Old Rose #C8224C

Tints of Old Rose #C8224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 64.52%
G = 10.97%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8224C (or 0xC8224C) is known color: Old Rose. HEX triplet: C8, 22 and 4C. RGB value is (200,34,76). Sum of RGB (Red+Green+Blue) = 200+34+76=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8224C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8224C is #37DDB3. Grayscale: #585858. Windows color (decimal): -3661236 or 4989640. OLE color: 4989640.

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

Color convert

RGB 200 34 76 -
CMYK 0 0.83 0.62 0.22
HSL 344.82º 0.71% 0.46% -
HSV(B) 344.82º 0.83% 0.78% -
XYZ 25.7 13.95 8.17 -
YUV 88.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 200 34 76 0 0.83 0.62 0.22 344.82 0.71 0.46
Hex C8 22 4C 0 53 3E 16 159 47 2E
Octal 310 42 114 0 123 76 26 531 107 56
Binary 11001000 100010 1001100 0 1010011 111110 10110 101011001 1000111 101110

Color Harmonies of #C8224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8224C

Black with #C8224C

Text Example


Text Example

White with #C8224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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