#CE9BAE

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

Shades of Kobi #CE9BAE

Tints of Kobi #CE9BAE

Color information

#CE9BAE (or 0xCE9BAE) is unknown color: approx Kobi. HEX triplet: CE, 9B and AE. RGB value is (206,155,174). Sum of RGB (Red+Green+Blue) = 206+155+174=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9BAE is #316451. Grayscale: #ACACAC. Windows color (decimal): -3236946 or 11443150. OLE color: 11443150.

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

Color convert

RGB206155174-
CMYK00.250.160.19
HSL337.65º34.23%70.78%-
HSV(B)337.65º24.76%80.78%-
XYZ44.8139.6245.33-
YUV172.42128.9151.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=38.50%
G=28.97%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615517400.250.160.19337.6534.2370.78
HexCE9BAE01910131522247
Octal316233256031202352242107
Binary11001110100110111010111001100110000100111010100101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9BAE; }

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

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

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

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

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

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

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

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