#CE97AB

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

Shades of Kobi #CE97AB

Tints of Kobi #CE97AB

Color information

#CE97AB (or 0xCE97AB) is unknown color: approx Kobi. HEX triplet: CE, 97 and AB. RGB value is (206,151,171). Sum of RGB (Red+Green+Blue) = 206+151+171=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE97AB is #316854. Grayscale: #A9A9A9. Windows color (decimal): -3237973 or 11245518. OLE color: 11245518.

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

Color convert

RGB206151171-
CMYK00.270.170.19
HSL338.18º35.95%70%-
HSV(B)338.18º26.7%80.78%-
XYZ43.8738.243.59-
YUV169.72128.72153.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=39.02%
G=28.60%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615117100.270.170.19338.1835.9570
HexCE97AB01B11131522446
Octal316227253033212352244106
Binary11001110100101111010101101101110001100111010100101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97AB; }

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

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

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

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

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

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

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

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