#CBB1A0

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

Shades of Cashmere #CBB1A0

Tints of Cashmere #CBB1A0

Color information

#CBB1A0 (or 0xCBB1A0) is unknown color: approx Cashmere. HEX triplet: CB, B1 and A0. RGB value is (203,177,160). Sum of RGB (Red+Green+Blue) = 203+177+160=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB1A0 is #344E5F. Grayscale: #B6B6B6. Windows color (decimal): -3427936 or 10531275. OLE color: 10531275.

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

Color convert

RGB203177160-
CMYK00.130.210.20
HSL23.72º29.25%71.18%-
HSV(B)23.72º21.18%79.61%-
XYZ46.746.6839.81-
YUV182.84115.11142.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.59%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=37.59%
G=32.78%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317716000.130.210.2023.7229.2571.18
HexCBB1A00D1514181d47
Octal31326124001525243035107
Binary11001011101100011010000001101101011010011000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1A0; }

 p { color: rgb(203,177,160); }

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

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

 a { background-color: rgb(203,177,160); }

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

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

 span { border-color: rgb(203,177,160); }

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