#CCB4A1

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

Shades of Cashmere #CCB4A1

Tints of Cashmere #CCB4A1

Color information

#CCB4A1 (or 0xCCB4A1) is unknown color: approx Cashmere. HEX triplet: CC, B4 and A1. RGB value is (204,180,161). Sum of RGB (Red+Green+Blue) = 204+180+161=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4A1 is #334B5E. Grayscale: #B9B9B9. Windows color (decimal): -3361631 or 10597580. OLE color: 10597580.

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

Color convert

RGB204180161-
CMYK00.120.210.2
HSL26.51º29.66%71.57%-
HSV(B)26.51º21.08%80%-
XYZ47.6648.0540.48-
YUV185.01114.45141.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=37.43%
G=33.03%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418016100.120.210.226.5129.6671.57
HexCCB4A10C15141b1e48
Octal31426424101425243336110
Binary11001100101101001010000101100101011010011011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4A1; }

 p { color: rgb(204,180,161); }

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

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

 a { background-color: rgb(204,180,161); }

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

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

 span { border-color: rgb(204,180,161); }

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