#CDB49F

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

Shades of Cashmere #CDB49F

Tints of Cashmere #CDB49F

Color information

#CDB49F (or 0xCDB49F) is unknown color: approx Cashmere. HEX triplet: CD, B4 and 9F. RGB value is (205,180,159). Sum of RGB (Red+Green+Blue) = 205+180+159=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB49F is #324B60. Grayscale: #B9B9B9. Windows color (decimal): -3296097 or 10466509. OLE color: 10466509.

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

Color convert

RGB205180159-
CMYK00.120.220.20
HSL27.39º31.51%71.37%-
HSV(B)27.39º22.44%80.39%-
XYZ47.7648.1239.57-
YUV185.08113.28142.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=37.68%
G=33.09%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518015900.120.220.2027.3931.5171.37
HexCDB49F0C16141b2047
Octal31526423701426243340107
Binary110011011011010010011111011001011010100110111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB49F; }

 p { color: rgb(205,180,159); }

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

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

 a { background-color: rgb(205,180,159); }

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

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

 span { border-color: rgb(205,180,159); }

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