Html Css Color HEX #C8324E Old Rose

📋 copy color: '#C8324E'

red 200 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #C8324E

Tints of Old Rose #C8324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 60.98%
G = 15.24%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8324E (or 0xC8324E) is known color: Old Rose. HEX triplet: C8, 32 and 4E. RGB value is (200,50,78). Sum of RGB (Red+Green+Blue) = 200+50+78=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8324E is #37CDB1. Grayscale: #626262. Windows color (decimal): -3657138 or 5124808. OLE color: 5124808.

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

Color convert

RGB 200 50 78 -
CMYK 0 0.75 0.61 0.22
HSL 348.8º 0.6% 0.49% -
HSV(B) 348.8º 0.75% 0.78% -
XYZ 26.34 15.11 8.74 -
YUV 98.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 200 50 78 0 0.75 0.61 0.22 348.8 0.6 0.49
Hex C8 32 4E 0 4B 3D 16 15D 3C 31
Octal 310 62 116 0 113 75 26 535 74 61
Binary 11001000 110010 1001110 0 1001011 111101 10110 101011101 111100 110001

Color Harmonies of #C8324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8324E

Black with #C8324E

Text Example


Text Example

White with #C8324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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