#C8AF9B

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

Shades of Cashmere #C8AF9B

Tints of Cashmere #C8AF9B

Color information

#C8AF9B (or 0xC8AF9B) is unknown color: approx Cashmere. HEX triplet: C8, AF and 9B. RGB value is (200,175,155). Sum of RGB (Red+Green+Blue) = 200+175+155=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9B is #375064. Grayscale: #B4B4B4. Windows color (decimal): -3625061 or 10203080. OLE color: 10203080.

HSL color Cylindrical-coordinate representation of color #C8AF9B: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8AF9B is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200175155-
CMYK00.120.220.22
HSL26.67º29.03%69.61%-
HSV(B)26.67º22.5%78.43%-
XYZ45.0745.3137.38-
YUV180.2113.78142.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=37.74%
G=33.02%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017515500.120.220.2226.6729.0369.61
HexC8AF9B0C16161b1d46
Octal31025723301426263335106
Binary11001000101011111001101101100101101011011011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF9B; }

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

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

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

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

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

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

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

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