#CEAF95

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

Shades of Cashmere #CEAF95

Tints of Cashmere #CEAF95

Color information

#CEAF95 (or 0xCEAF95) is unknown color: approx Cashmere. HEX triplet: CE, AF and 95. RGB value is (206,175,149). Sum of RGB (Red+Green+Blue) = 206+175+149=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF95 is #31506A. Grayscale: #B5B5B5. Windows color (decimal): -3231851 or 9809870. OLE color: 9809870.

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

Color convert

RGB206175149-
CMYK00.150.280.19
HSL27.37º36.77%69.61%-
HSV(B)27.37º27.67%80.78%-
XYZ46.2145.9534.87-
YUV181.3109.77145.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=38.87%
G=33.02%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617514900.150.280.1927.3736.7769.61
HexCEAF950F1C131b2546
Octal31625722501734233345106
Binary110011101010111110010101011111110010011110111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF95; }

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

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

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

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

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

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

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

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