#CE8AAC

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

Shades of Kobi #CE8AAC

Tints of Kobi #CE8AAC

Color information

#CE8AAC (or 0xCE8AAC) is unknown color: approx Kobi. HEX triplet: CE, 8A and AC. RGB value is (206,138,172). Sum of RGB (Red+Green+Blue) = 206+138+172=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8AAC is #317553. Grayscale: #A2A2A2. Windows color (decimal): -3241300 or 11307726. OLE color: 11307726.

HSL color Cylindrical-coordinate representation of color #CE8AAC: hue angle of 330º 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 #CE8AAC is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206138172-
CMYK00.330.170.19
HSL330º40.96%67.45%-
HSV(B)330º33.01%80.78%-
XYZ41.9934.2843.43-
YUV162.21133.53159.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=39.92%
G=26.74%
B=33.33%

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
Decimal20613817200.330.170.1933040.9667.45
HexCE8AAC021111314a2943
Octal316212254041212351251103
Binary110011101000101010101100010000110001100111010010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8AAC; }

 p { color: rgb(206,138,172); }

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

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

 a { background-color: rgb(206,138,172); }

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

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

 span { border-color: rgb(206,138,172); }

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