#CE90AB

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

Shades of Kobi #CE90AB

Tints of Kobi #CE90AB

Color information

#CE90AB (or 0xCE90AB) is unknown color: approx Kobi. HEX triplet: CE, 90 and AB. RGB value is (206,144,171). Sum of RGB (Red+Green+Blue) = 206+144+171=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90AB is #316F54. Grayscale: #A5A5A5. Windows color (decimal): -3239765 or 11243726. OLE color: 11243726.

HSL color Cylindrical-coordinate representation of color #CE90AB: hue angle of 333.87º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90AB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206144171-
CMYK00.300.170.19
HSL333.87º38.75%68.63%-
HSV(B)333.87º30.1%80.78%-
XYZ42.7836.0143.22-
YUV165.62131.04156.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=39.54%
G=27.64%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614417100.300.170.19333.8738.7568.63
HexCE90AB01E111314e2745
Octal316220253036212351647105
Binary11001110100100001010101101111010001100111010011101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90AB; }

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

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

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

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

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

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

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

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