#CDB2A1

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

Shades of Cashmere #CDB2A1

Tints of Cashmere #CDB2A1

Color information

#CDB2A1 (or 0xCDB2A1) is unknown color: approx Cashmere. HEX triplet: CD, B2 and A1. RGB value is (205,178,161). Sum of RGB (Red+Green+Blue) = 205+178+161=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2A1 is #324D5E. Grayscale: #B8B8B8. Windows color (decimal): -3296607 or 10597069. OLE color: 10597069.

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

Color convert

RGB205178161-
CMYK00.130.210.20
HSL23.18º30.56%71.76%-
HSV(B)23.18º21.46%80.39%-
XYZ47.5347.3940.36-
YUV184.14114.95142.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 178 (69.92% from 255) = 32.72%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=37.68%
G=32.72%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517816100.130.210.2023.1830.5671.76
HexCDB2A10D1514171f48
Octal31526224101525242737110
Binary11001101101100101010000101101101011010010111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2A1; }

 p { color: rgb(205,178,161); }

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

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

 a { background-color: rgb(205,178,161); }

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

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

 span { border-color: rgb(205,178,161); }

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