#CBB39F

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

Shades of Cashmere #CBB39F

Tints of Cashmere #CBB39F

Color information

#CBB39F (or 0xCBB39F) is unknown color: approx Cashmere. HEX triplet: CB, B3 and 9F. RGB value is (203,179,159). Sum of RGB (Red+Green+Blue) = 203+179+159=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB39F is #344C60. Grayscale: #B8B8B8. Windows color (decimal): -3427425 or 10466251. OLE color: 10466251.

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

Color convert

RGB203179159-
CMYK00.120.220.20
HSL27.27º29.73%70.98%-
HSV(B)27.27º21.67%79.61%-
XYZ47.0147.4439.48-
YUV183.9113.95141.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=37.52%
G=33.09%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317915900.120.220.2027.2729.7370.98
HexCBB39F0C16141b1e47
Octal31326323701426243336107
Binary11001011101100111001111101100101101010011011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB39F; }

 p { color: rgb(203,179,159); }

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

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

 a { background-color: rgb(203,179,159); }

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

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

 span { border-color: rgb(203,179,159); }

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