#CE92AA

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

Shades of Kobi #CE92AA

Tints of Kobi #CE92AA

Color information

#CE92AA (or 0xCE92AA) is unknown color: approx Kobi. HEX triplet: CE, 92 and AA. RGB value is (206,146,170). Sum of RGB (Red+Green+Blue) = 206+146+170=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE92AA is #316D55. Grayscale: #A6A6A6. Windows color (decimal): -3239254 or 11178702. OLE color: 11178702.

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

Color convert

RGB206146170-
CMYK00.290.170.19
HSL336º37.97%69.02%-
HSV(B)336º29.13%80.78%-
XYZ42.9936.5842.83-
YUV166.68129.88156.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=39.46%
G=27.97%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614617000.290.170.1933637.9769.02
HexCE92AA01D11131502645
Octal316222252035212352046105
Binary11001110100100101010101001110110001100111010100001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE92AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE92AA; }

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

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

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

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

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

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

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

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