Html Css Color HEX #C8244C Old Rose

📋 copy color: '#C8244C'

red 200 ◦ green 36 ◦ blue 76

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

Shades of Old Rose #C8244C

Tints of Old Rose #C8244C

RGB

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

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

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

R = 64.1%
G = 11.54%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8244C (or 0xC8244C) is known color: Old Rose. HEX triplet: C8, 24 and 4C. RGB value is (200,36,76). Sum of RGB (Red+Green+Blue) = 200+36+76=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8244C is #37DBB3. Grayscale: #595959. Windows color (decimal): -3660724 or 4990152. OLE color: 4990152.

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

Color convert

RGB 200 36 76 -
CMYK 0 0.82 0.62 0.22
HSL 345.37º 0.69% 0.46% -
HSV(B) 345.37º 0.82% 0.78% -
XYZ 25.75 14.06 8.19 -
YUV 89.6 120.33 206.75 -
System Red Green Blue C M Y K H S L
Decimal 200 36 76 0 0.82 0.62 0.22 345.37 0.69 0.46
Hex C8 24 4C 0 52 3E 16 159 45 2E
Octal 310 44 114 0 122 76 26 531 105 56
Binary 11001000 100100 1001100 0 1010010 111110 10110 101011001 1000101 101110

Color Harmonies of #C8244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8244C

Black with #C8244C

Text Example


Text Example

White with #C8244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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