#CDB094

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

Shades of Cashmere #CDB094

Tints of Cashmere #CDB094

Color information

#CDB094 (or 0xCDB094) is unknown color: approx Cashmere. HEX triplet: CD, B0 and 94. RGB value is (205,176,148). Sum of RGB (Red+Green+Blue) = 205+176+148=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB094 is #324F6B. Grayscale: #B5B5B5. Windows color (decimal): -3297132 or 9744589. OLE color: 9744589.

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

Color convert

RGB205176148-
CMYK00.140.280.20
HSL29.47º36.31%69.22%-
HSV(B)29.47º27.8%80.39%-
XYZ46.0546.1734.5-
YUV181.48109.11144.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.75%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=38.75%
G=33.27%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517614800.140.280.2029.4736.3169.22
HexCDB0940E1C141d2445
Octal31526022401634243544105
Binary110011011011000010010100011101110010100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB094; }

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

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

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

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

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

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

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

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