#CE97AA

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

Shades of Kobi #CE97AA

Tints of Kobi #CE97AA

Color information

#CE97AA (or 0xCE97AA) is unknown color: approx Kobi. HEX triplet: CE, 97 and AA. RGB value is (206,151,170). Sum of RGB (Red+Green+Blue) = 206+151+170=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE97AA is #316855. Grayscale: #A9A9A9. Windows color (decimal): -3237974 or 11179982. OLE color: 11179982.

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

Color convert

RGB206151170-
CMYK00.270.170.19
HSL339.27º35.95%70%-
HSV(B)339.27º26.7%80.78%-
XYZ43.7838.1643.09-
YUV169.61128.22153.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=39.09%
G=28.65%
B=32.26%

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
Decimal20615117000.270.170.19339.2735.9570
HexCE97AA01B11131532446
Octal316227252033212352344106
Binary11001110100101111010101001101110001100111010100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE97AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE97AA; }

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

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

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

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

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

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

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

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