Html Css Color HEX #C8214E Old Rose

📋 copy color: '#C8214E'

red 200 ◦ green 33 ◦ blue 78

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

Shades of Old Rose #C8214E

Tints of Old Rose #C8214E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 78 (30.86% from 255) = 25.08%

R = 64.31%
G = 10.61%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8214E (or 0xC8214E) is known color: Old Rose. HEX triplet: C8, 21 and 4E. RGB value is (200,33,78). Sum of RGB (Red+Green+Blue) = 200+33+78=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8214E is #37DEB1. Grayscale: #585858. Windows color (decimal): -3661490 or 5120456. OLE color: 5120456.

HSL color Cylindrical-coordinate representation of color #C8214E: hue angle of 343.83º degrees, saturation: 0.72, 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 #C8214E is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 78 -
CMYK 0 0.84 0.61 0.22
HSL 343.83º 0.72% 0.46% -
HSV(B) 343.83º 0.84% 0.78% -
XYZ 25.74 13.92 8.54 -
YUV 88.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 200 33 78 0 0.84 0.61 0.22 343.83 0.72 0.46
Hex C8 21 4E 0 54 3D 16 158 48 2E
Octal 310 41 116 0 124 75 26 530 110 56
Binary 11001000 100001 1001110 0 1010100 111101 10110 101011000 1001000 101110

Color Harmonies of #C8214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8214E

Black with #C8214E

Text Example


Text Example

White with #C8214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8214E; }

 p { color: rgb(200,33,78); }

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

background-color css

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

 a { background-color: rgb(200,33,78); }

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

border-color css

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

 span { border-color: rgb(200,33,78); }

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