#CE86AB

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

Shades of Kobi #CE86AB

Tints of Kobi #CE86AB

Color information

#CE86AB (or 0xCE86AB) is unknown color: approx Kobi. HEX triplet: CE, 86 and AB. RGB value is (206,134,171). Sum of RGB (Red+Green+Blue) = 206+134+171=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE86AB is #317954. Grayscale: #9F9F9F. Windows color (decimal): -3242325 or 11241166. OLE color: 11241166.

HSL color Cylindrical-coordinate representation of color #CE86AB: hue angle of 329.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE86AB is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206134171-
CMYK00.350.170.19
HSL329.17º42.35%66.67%-
HSV(B)329.17º34.95%80.78%-
XYZ41.3333.1142.74-
YUV159.75134.35160.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=40.31%
G=26.22%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613417100.350.170.19329.1742.3566.67
HexCE86AB02311131492a43
Octal316206253043212351152103
Binary110011101000011010101011010001110001100111010010011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86AB; }

 p { color: rgb(206,134,171); }

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

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

 a { background-color: rgb(206,134,171); }

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

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

 span { border-color: rgb(206,134,171); }

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