#CDB099

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

Shades of Cashmere #CDB099

Tints of Cashmere #CDB099

Color information

#CDB099 (or 0xCDB099) is unknown color: approx Cashmere. HEX triplet: CD, B0 and 99. RGB value is (205,176,153). Sum of RGB (Red+Green+Blue) = 205+176+153=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB099 is #324F66. Grayscale: #B6B6B6. Windows color (decimal): -3297127 or 10072269. OLE color: 10072269.

HSL color Cylindrical-coordinate representation of color #CDB099: hue angle of 26.54º 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 #CDB099 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205176153-
CMYK00.140.250.20
HSL26.54º34.21%70.2%-
HSV(B)26.54º25.37%80.39%-
XYZ46.4546.3336.63-
YUV182.05111.61144.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=38.39%
G=32.96%
B=28.65%

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
Decimal20517615300.140.250.2026.5434.2170.2
HexCDB0990E19141b2246
Octal31526023101631243342106
Binary110011011011000010011001011101100110100110111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB099; }

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

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

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

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

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

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

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

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