#CE9A92

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

Shades of Rose #CE9A92

Tints of Rose #CE9A92

Color information

#CE9A92 (or 0xCE9A92) is unknown color: approx Rose. HEX triplet: CE, 9A and 92. RGB value is (206,154,146). Sum of RGB (Red+Green+Blue) = 206+154+146=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9A92 is #31656D. Grayscale: #A8A8A8. Windows color (decimal): -3237230 or 9607886. OLE color: 9607886.

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

Color convert

RGB206154146-
CMYK00.250.290.19
HSL37.97%69.02%-
HSV(B)29.13%80.78%-
XYZ42.238.3132.36-
YUV168.64115.23154.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=40.71%
G=30.43%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615414600.250.290.19837.9769.02
HexCE9A920191D1382645
Octal31623222203135231046105
Binary110011101001101010010010011001111011001110001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9A92; }

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

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

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

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

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

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

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

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