#CE98AD

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

Shades of Kobi #CE98AD

Tints of Kobi #CE98AD

Color information

#CE98AD (or 0xCE98AD) is unknown color: approx Kobi. HEX triplet: CE, 98 and AD. RGB value is (206,152,173). Sum of RGB (Red+Green+Blue) = 206+152+173=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE98AD is #316752. Grayscale: #AAAAAA. Windows color (decimal): -3237715 or 11376846. OLE color: 11376846.

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

Color convert

RGB206152173-
CMYK00.260.160.19
HSL336.67º35.53%70.2%-
HSV(B)336.67º26.21%80.78%-
XYZ44.2238.644.65-
YUV170.54129.39153.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 173 (67.97% from 255) = 32.58%
R=38.79%
G=28.63%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615217300.260.160.19336.6735.5370.2
HexCE98AD01A10131512446
Octal316230255032202352144106
Binary11001110100110001010110101101010000100111010100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE98AD; }

 p { color: rgb(206,152,173); }

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

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

 a { background-color: rgb(206,152,173); }

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

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

 span { border-color: rgb(206,152,173); }

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