#CDB1A0

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

Shades of Cashmere #CDB1A0

Tints of Cashmere #CDB1A0

Color information

#CDB1A0 (or 0xCDB1A0) is unknown color: approx Cashmere. HEX triplet: CD, B1 and A0. RGB value is (205,177,160). Sum of RGB (Red+Green+Blue) = 205+177+160=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1A0 is #324E5F. Grayscale: #B7B7B7. Windows color (decimal): -3296864 or 10531277. OLE color: 10531277.

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

Color convert

RGB205177160-
CMYK00.140.220.20
HSL22.67º31.03%71.57%-
HSV(B)22.67º21.95%80.39%-
XYZ47.2446.9639.83-
YUV183.43114.78143.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=37.82%
G=32.66%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517716000.140.220.2022.6731.0371.57
HexCDB1A00E1614171f48
Octal31526124001626242737110
Binary11001101101100011010000001110101101010010111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1A0; }

 p { color: rgb(205,177,160); }

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

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

 a { background-color: rgb(205,177,160); }

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

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

 span { border-color: rgb(205,177,160); }

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