#CBB29F

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

Shades of Cashmere #CBB29F

Tints of Cashmere #CBB29F

Color information

#CBB29F (or 0xCBB29F) is unknown color: approx Cashmere. HEX triplet: CB, B2 and 9F. RGB value is (203,178,159). Sum of RGB (Red+Green+Blue) = 203+178+159=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB29F is #344D60. Grayscale: #B7B7B7. Windows color (decimal): -3427681 or 10465995. OLE color: 10465995.

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

Color convert

RGB203178159-
CMYK00.120.220.20
HSL25.91º29.73%70.98%-
HSV(B)25.91º21.67%79.61%-
XYZ46.8147.0439.41-
YUV183.31114.28142.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=37.59%
G=32.96%
B=29.44%

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
Decimal20317815900.120.220.2025.9129.7370.98
HexCBB29F0C16141a1e47
Octal31326223701426243236107
Binary11001011101100101001111101100101101010011010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB29F; }

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

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

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

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

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

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

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

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