#CDB09A

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

Shades of Cashmere #CDB09A

Tints of Cashmere #CDB09A

Color information

#CDB09A (or 0xCDB09A) is unknown color: approx Cashmere. HEX triplet: CD, B0 and 9A. RGB value is (205,176,154). Sum of RGB (Red+Green+Blue) = 205+176+154=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB09A is #324F65. Grayscale: #B6B6B6. Windows color (decimal): -3297126 or 10137805. OLE color: 10137805.

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

Color convert

RGB205176154-
CMYK00.140.250.20
HSL25.88º33.77%70.39%-
HSV(B)25.88º24.88%80.39%-
XYZ46.5346.3637.07-
YUV182.16112.11144.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=38.32%
G=32.90%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517615400.140.250.2025.8833.7770.39
HexCDB09A0E19141a2246
Octal31526023201631243242106
Binary110011011011000010011010011101100110100110101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB09A; }

 p { color: rgb(205,176,154); }

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

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

 a { background-color: rgb(205,176,154); }

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

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

 span { border-color: rgb(205,176,154); }

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