#CE99AD

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

Shades of Kobi #CE99AD

Tints of Kobi #CE99AD

Color information

#CE99AD (or 0xCE99AD) is unknown color: approx Kobi. HEX triplet: CE, 99 and AD. RGB value is (206,153,173). Sum of RGB (Red+Green+Blue) = 206+153+173=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99AD is #316652. Grayscale: #ABABAB. Windows color (decimal): -3237459 or 11377102. OLE color: 11377102.

HSL color Cylindrical-coordinate representation of color #CE99AD: hue angle of 337.36º degrees, saturation: 0.35, 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 #CE99AD is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206153173-
CMYK00.260.160.19
HSL337.36º35.1%70.39%-
HSV(B)337.36º25.73%80.78%-
XYZ44.3938.9244.71-
YUV171.13129.06152.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=38.72%
G=28.76%
B=32.52%

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
Decimal20615317300.260.160.19337.3635.170.39
HexCE99AD01A10131512346
Octal316231255032202352143106
Binary11001110100110011010110101101010000100111010100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99AD; }

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

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

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

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

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

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

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

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