#CBB29C

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

Shades of Cashmere #CBB29C

Tints of Cashmere #CBB29C

Color information

#CBB29C (or 0xCBB29C) is unknown color: approx Cashmere. HEX triplet: CB, B2 and 9C. RGB value is (203,178,156). Sum of RGB (Red+Green+Blue) = 203+178+156=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB29C is #344D63. Grayscale: #B7B7B7. Windows color (decimal): -3427684 or 10269387. OLE color: 10269387.

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

Color convert

RGB203178156-
CMYK00.120.230.20
HSL28.09º31.13%70.39%-
HSV(B)28.09º23.15%79.61%-
XYZ46.5546.9438.06-
YUV182.97112.78142.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=37.80%
G=33.15%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317815600.120.230.2028.0931.1370.39
HexCBB29C0C17141c1f46
Octal31326223401427243437106
Binary11001011101100101001110001100101111010011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB29C; }

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

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

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

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

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

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

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

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