#CEAF9A

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

Shades of Cashmere #CEAF9A

Tints of Cashmere #CEAF9A

Color information

#CEAF9A (or 0xCEAF9A) is unknown color: approx Cashmere. HEX triplet: CE, AF and 9A. RGB value is (206,175,154). Sum of RGB (Red+Green+Blue) = 206+175+154=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF9A is #315065. Grayscale: #B5B5B5. Windows color (decimal): -3231846 or 10137550. OLE color: 10137550.

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

Color convert

RGB206175154-
CMYK00.150.250.19
HSL24.23º34.67%70.59%-
HSV(B)24.23º25.24%80.78%-
XYZ46.6246.1137.02-
YUV181.88112.27145.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=38.50%
G=32.71%
B=28.79%

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
Decimal20617515400.150.250.1924.2334.6770.59
HexCEAF9A0F1913182347
Octal31625723201731233043107
Binary110011101010111110011010011111100110011110001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF9A; }

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

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

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

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

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

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

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

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