#CE89AA

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

Shades of Kobi #CE89AA

Tints of Kobi #CE89AA

Color information

#CE89AA (or 0xCE89AA) is unknown color: approx Kobi. HEX triplet: CE, 89 and AA. RGB value is (206,137,170). Sum of RGB (Red+Green+Blue) = 206+137+170=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE89AA is #317655. Grayscale: #A1A1A1. Windows color (decimal): -3241558 or 11176398. OLE color: 11176398.

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

Color convert

RGB206137170-
CMYK00.330.170.19
HSL331.3º41.32%67.25%-
HSV(B)331.3º33.5%80.78%-
XYZ41.6533.9242.38-
YUV161.39132.86159.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=40.16%
G=26.71%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613717000.330.170.19331.341.3267.25
HexCE89AA021111314b2943
Octal316211252041212351351103
Binary110011101000100110101010010000110001100111010010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89AA; }

 p { color: rgb(206,137,170); }

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

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

 a { background-color: rgb(206,137,170); }

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

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

 span { border-color: rgb(206,137,170); }

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