Html Css Color HEX #C8244E Old Rose

📋 copy color: '#C8244E'

red 200 ◦ green 36 ◦ blue 78

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

Shades of Old Rose #C8244E

Tints of Old Rose #C8244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

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

R = 63.69%
G = 11.46%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8244E (or 0xC8244E) is known color: Old Rose. HEX triplet: C8, 24 and 4E. RGB value is (200,36,78). Sum of RGB (Red+Green+Blue) = 200+36+78=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8244E is #37DBB1. Grayscale: #595959. Windows color (decimal): -3660722 or 5121224. OLE color: 5121224.

HSL color Cylindrical-coordinate representation of color #C8244E: hue angle of 344.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8244E is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 36 78 -
CMYK 0 0.82 0.61 0.22
HSL 344.63º 0.69% 0.46% -
HSV(B) 344.63º 0.82% 0.78% -
XYZ 25.83 14.09 8.57 -
YUV 89.82 121.33 206.58 -
System Red Green Blue C M Y K H S L
Decimal 200 36 78 0 0.82 0.61 0.22 344.63 0.69 0.46
Hex C8 24 4E 0 52 3D 16 159 45 2E
Octal 310 44 116 0 122 75 26 531 105 56
Binary 11001000 100100 1001110 0 1010010 111101 10110 101011001 1000101 101110

Color Harmonies of #C8244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8244E

Black with #C8244E

Text Example


Text Example

White with #C8244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8244E; }

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

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

background-color css

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

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

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

border-color css

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

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

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