#CE95AA

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

Shades of Kobi #CE95AA

Tints of Kobi #CE95AA

Color information

#CE95AA (or 0xCE95AA) is unknown color: approx Kobi. HEX triplet: CE, 95 and AA. RGB value is (206,149,170). Sum of RGB (Red+Green+Blue) = 206+149+170=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95AA is #316A55. Grayscale: #A8A8A8. Windows color (decimal): -3238486 or 11179470. OLE color: 11179470.

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

Color convert

RGB206149170-
CMYK00.280.170.19
HSL337.89º36.77%69.61%-
HSV(B)337.89º27.67%80.78%-
XYZ43.4637.5242.98-
YUV168.44128.88154.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=39.24%
G=28.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614917000.280.170.19337.8936.7769.61
HexCE95AA01C11131522546
Octal316225252034212352245106
Binary11001110100101011010101001110010001100111010100101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95AA; }

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

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

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

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

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

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

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

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