#CE94AD

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

Shades of Kobi #CE94AD

Tints of Kobi #CE94AD

Color information

#CE94AD (or 0xCE94AD) is unknown color: approx Kobi. HEX triplet: CE, 94 and AD. RGB value is (206,148,173). Sum of RGB (Red+Green+Blue) = 206+148+173=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE94AD is #316B52. Grayscale: #A8A8A8. Windows color (decimal): -3238739 or 11375822. OLE color: 11375822.

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

Color convert

RGB206148173-
CMYK00.280.160.19
HSL334.14º37.18%69.41%-
HSV(B)334.14º28.16%80.78%-
XYZ43.5937.3244.44-
YUV168.19130.72154.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=39.09%
G=28.08%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614817300.280.160.19334.1437.1869.41
HexCE94AD01C101314e2545
Octal316224255034202351645105
Binary11001110100101001010110101110010000100111010011101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94AD; }

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

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

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

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

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

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

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

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