#C8AF9A

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

Shades of Cashmere #C8AF9A

Tints of Cashmere #C8AF9A

Color information

#C8AF9A (or 0xC8AF9A) is unknown color: approx Cashmere. HEX triplet: C8, AF and 9A. RGB value is (200,175,154). Sum of RGB (Red+Green+Blue) = 200+175+154=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF9A is #375065. Grayscale: #B4B4B4. Windows color (decimal): -3625062 or 10137544. OLE color: 10137544.

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

Color convert

RGB200175154-
CMYK00.120.230.22
HSL27.39º29.49%69.41%-
HSV(B)27.39º23%78.43%-
XYZ44.9845.2736.94-
YUV180.08113.28142.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=37.81%
G=33.08%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017515400.120.230.2227.3929.4969.41
HexC8AF9A0C17161b1d45
Octal31025723201427263335105
Binary11001000101011111001101001100101111011011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF9A; }

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

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

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

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

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

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

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

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