#CEAF98

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

Shades of Cashmere #CEAF98

Tints of Cashmere #CEAF98

Color information

#CEAF98 (or 0xCEAF98) is unknown color: approx Cashmere. HEX triplet: CE, AF and 98. RGB value is (206,175,152). Sum of RGB (Red+Green+Blue) = 206+175+152=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF98 is #315067. Grayscale: #B5B5B5. Windows color (decimal): -3231848 or 10006478. OLE color: 10006478.

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

Color convert

RGB206175152-
CMYK00.150.260.19
HSL25.56º35.53%70.2%-
HSV(B)25.56º26.21%80.78%-
XYZ46.4546.0536.15-
YUV181.65111.27145.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 32.83%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=38.65%
G=32.83%
B=28.52%

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
Decimal20617515200.150.260.1925.5635.5370.2
HexCEAF980F1A131a2446
Octal31625723001732233244106
Binary110011101010111110011000011111101010011110101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF98; }

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

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

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

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

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

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

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

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