#CE99AA

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

Shades of Kobi #CE99AA

Tints of Kobi #CE99AA

Color information

#CE99AA (or 0xCE99AA) is unknown color: approx Kobi. HEX triplet: CE, 99 and AA. RGB value is (206,153,170). Sum of RGB (Red+Green+Blue) = 206+153+170=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99AA is #316655. Grayscale: #AAAAAA. Windows color (decimal): -3237462 or 11180494. OLE color: 11180494.

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

Color convert

RGB206153170-
CMYK00.260.170.19
HSL340.75º35.1%70.39%-
HSV(B)340.75º25.73%80.78%-
XYZ44.138.8143.2-
YUV170.78127.56153.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=38.94%
G=28.92%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615317000.260.170.19340.7535.170.39
HexCE99AA01A11131552346
Octal316231252032212352543106
Binary11001110100110011010101001101010001100111010101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99AA; }

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

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

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

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

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

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

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

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