#CBB29E

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

Shades of Cashmere #CBB29E

Tints of Cashmere #CBB29E

Color information

#CBB29E (or 0xCBB29E) is unknown color: approx Cashmere. HEX triplet: CB, B2 and 9E. RGB value is (203,178,158). Sum of RGB (Red+Green+Blue) = 203+178+158=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB29E is #344D61. Grayscale: #B7B7B7. Windows color (decimal): -3427682 or 10400459. OLE color: 10400459.

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

Color convert

RGB203178158-
CMYK00.120.220.20
HSL26.67º30.2%70.78%-
HSV(B)26.67º22.17%79.61%-
XYZ46.7247.0138.96-
YUV183.2113.78142.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 178 (69.92% from 255) = 33.02%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=37.66%
G=33.02%
B=29.31%

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
Decimal20317815800.120.220.2026.6730.270.78
HexCBB29E0C16141b1e47
Octal31326223601426243336107
Binary11001011101100101001111001100101101010011011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB29E; }

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

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

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

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

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

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

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

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