#CDAF9D

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

Shades of Cashmere #CDAF9D

Tints of Cashmere #CDAF9D

Color information

#CDAF9D (or 0xCDAF9D) is unknown color: approx Cashmere. HEX triplet: CD, AF and 9D. RGB value is (205,175,157). Sum of RGB (Red+Green+Blue) = 205+175+157=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF9D is #325062. Grayscale: #B6B6B6. Windows color (decimal): -3297379 or 10334157. OLE color: 10334157.

HSL color Cylindrical-coordinate representation of color #CDAF9D: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDAF9D is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB205175157-
CMYK00.150.230.20
HSL22.5º32.43%70.98%-
HSV(B)22.5º23.41%80.39%-
XYZ46.5946.0738.34-
YUV181.92113.94144.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=38.18%
G=32.59%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517515700.150.230.2022.532.4370.98
HexCDAF9D0F1714172047
Octal31525723501727242740107
Binary110011011010111110011101011111011110100101111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF9D; }

 p { color: rgb(205,175,157); }

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

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

 a { background-color: rgb(205,175,157); }

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

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

 span { border-color: rgb(205,175,157); }

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