#c8235e

Color #C8235E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C8235E

Tints of Old Rose #C8235E

Color information

#C8235E (or 0xC8235E) is unknown color: approx Old Rose. HEX triplet: C8, 23 and 5E. RGB value is (200,35,94). Sum of RGB (Red+Green+Blue) = 200+35+94=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8235E is #37DCA1. Grayscale: #5A5A5A. Windows color (decimal): -3660962 or 6169544. OLE color: 6169544.

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

Color convert

RGB2003594-
CMYK00.820.530.22
HSL338.55º70.21%46.08%-
HSV(B)338.55º82.5%78.43%-
XYZ26.4414.2911.95-
YUV91.06129.66205.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=60.79%
G=10.64%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200359400.820.530.22338.5570.2146.08
HexC8235E0523516153462e
Octal310431360122652652310656
Binary11001000100011101111001010010110101101101010100111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8235e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8235e; }

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

 H1.HeaderClassName
 {
   color: #c8235e;
 }
 .AnyTagClassName
 {
   color: #c8235e;
 }
</style>
background-color css

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

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

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

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

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

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