Html Css Color HEX #C8325E Old Rose

📋 copy color: '#C8325E'

red 200 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #C8325E

Tints of Old Rose #C8325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 58.14%
G = 14.53%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8325E (or 0xC8325E) is known color: Old Rose. HEX triplet: C8, 32 and 5E. RGB value is (200,50,94). Sum of RGB (Red+Green+Blue) = 200+50+94=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8325E is #37CDA1. Grayscale: #636363. Windows color (decimal): -3657122 or 6173384. OLE color: 6173384.

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

Color convert

RGB 200 50 94 -
CMYK 0 0.75 0.53 0.22
HSL 342.4º 0.6% 0.49% -
HSV(B) 342.4º 0.75% 0.78% -
XYZ 26.98 15.37 12.13 -
YUV 99.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 200 50 94 0 0.75 0.53 0.22 342.4 0.6 0.49
Hex C8 32 5E 0 4B 35 16 156 3C 31
Octal 310 62 136 0 113 65 26 526 74 61
Binary 11001000 110010 1011110 0 1001011 110101 10110 101010110 111100 110001

Color Harmonies of #C8325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8325E

Black with #C8325E

Text Example


Text Example

White with #C8325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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