#CEAF99

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

Shades of Cashmere #CEAF99

Tints of Cashmere #CEAF99

Color information

#CEAF99 (or 0xCEAF99) is unknown color: approx Cashmere. HEX triplet: CE, AF and 99. RGB value is (206,175,153). Sum of RGB (Red+Green+Blue) = 206+175+153=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF99 is #315066. Grayscale: #B5B5B5. Windows color (decimal): -3231847 or 10072014. OLE color: 10072014.

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

Color convert

RGB206175153-
CMYK00.150.260.19
HSL24.91º35.1%70.39%-
HSV(B)24.91º25.73%80.78%-
XYZ46.5346.0836.58-
YUV181.76111.77145.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=38.58%
G=32.77%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617515300.150.260.1924.9135.170.39
HexCEAF990F1A13192346
Octal31625723101732233143106
Binary110011101010111110011001011111101010011110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF99; }

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

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

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

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

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

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

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

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