#CBB1A2

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

Shades of Cashmere #CBB1A2

Tints of Cashmere #CBB1A2

Color information

#CBB1A2 (or 0xCBB1A2) is unknown color: approx Cashmere. HEX triplet: CB, B1 and A2. RGB value is (203,177,162). Sum of RGB (Red+Green+Blue) = 203+177+162=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB1A2 is #344E5D. Grayscale: #B7B7B7. Windows color (decimal): -3427934 or 10662347. OLE color: 10662347.

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

Color convert

RGB203177162-
CMYK00.130.200.20
HSL21.95º28.28%71.57%-
HSV(B)21.95º20.2%79.61%-
XYZ46.8746.7540.74-
YUV183.06116.11142.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 162 (63.67% from 255) = 29.89%
R=37.45%
G=32.66%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317716200.130.200.2021.9528.2871.57
HexCBB1A20D1414161c48
Octal31326124201524242634110
Binary11001011101100011010001001101101001010010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1A2; }

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

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

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

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

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

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

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

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