#CEAF9B

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

Shades of Cashmere #CEAF9B

Tints of Cashmere #CEAF9B

Color information

#CEAF9B (or 0xCEAF9B) is unknown color: approx Cashmere. HEX triplet: CE, AF and 9B. RGB value is (206,175,155). Sum of RGB (Red+Green+Blue) = 206+175+155=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF9B is #315064. Grayscale: #B6B6B6. Windows color (decimal): -3231845 or 10203086. OLE color: 10203086.

HSL color Cylindrical-coordinate representation of color #CEAF9B: hue angle of 23.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEAF9B is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206175155-
CMYK00.150.250.19
HSL23.53º34.23%70.78%-
HSV(B)23.53º24.76%80.78%-
XYZ46.746.1537.46-
YUV181.99112.77145.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=38.43%
G=32.65%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617515500.150.250.1923.5334.2370.78
HexCEAF9B0F1913182247
Octal31625723301731233042107
Binary110011101010111110011011011111100110011110001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF9B; }

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

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

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

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

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

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

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

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