#CE9FAE

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

Shades of Kobi #CE9FAE

Tints of Kobi #CE9FAE

Color information

#CE9FAE (or 0xCE9FAE) is unknown color: approx Kobi. HEX triplet: CE, 9F and AE. RGB value is (206,159,174). Sum of RGB (Red+Green+Blue) = 206+159+174=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FAE is #316051. Grayscale: #AEAEAE. Windows color (decimal): -3235922 or 11444174. OLE color: 11444174.

HSL color Cylindrical-coordinate representation of color #CE9FAE: hue angle of 340.85º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FAE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206159174-
CMYK00.230.160.19
HSL340.85º32.41%71.57%-
HSV(B)340.85º22.82%80.78%-
XYZ45.4940.9745.56-
YUV174.76127.57150.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=38.22%
G=29.50%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615917400.230.160.19340.8532.4171.57
HexCE9FAE01710131552048
Octal316237256027202352540110
Binary11001110100111111010111001011110000100111010101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9FAE; }

 p { color: rgb(206,159,174); }

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

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

 a { background-color: rgb(206,159,174); }

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

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

 span { border-color: rgb(206,159,174); }

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