#ce9a8f

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

Shades of Rose #CE9A8F

Tints of Rose #CE9A8F

Color information

#CE9A8F (or 0xCE9A8F) is unknown color: approx Rose. HEX triplet: CE, 9A and 8F. RGB value is (206,154,143). Sum of RGB (Red+Green+Blue) = 206+154+143=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A8F is #316570. Grayscale: #A8A8A8. Windows color (decimal): -3237233 or 9411278. OLE color: 9411278.

HSL color Cylindrical-coordinate representation of color #CE9A8F: hue angle of 10.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE9A8F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206154143-
CMYK00.250.310.19
HSL10.48º39.13%68.43%-
HSV(B)10.48º30.58%80.78%-
XYZ41.9738.2231.15-
YUV168.29113.73154.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=40.95%
G=30.62%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615414300.250.310.1910.4839.1368.43
HexCE9A8F0191F13a2744
Octal31623221703137231247104
Binary110011101001101010001111011001111111001110101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce9a8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce9a8f; }

 p { color: rgb(206,154,143); }

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

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

 a { background-color: rgb(206,154,143); }

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

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

 span { border-color: rgb(206,154,143); }

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