#CCB49F

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

Shades of Cashmere #CCB49F

Tints of Cashmere #CCB49F

Color information

#CCB49F (or 0xCCB49F) is unknown color: approx Cashmere. HEX triplet: CC, B4 and 9F. RGB value is (204,180,159). Sum of RGB (Red+Green+Blue) = 204+180+159=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB49F is #334B60. Grayscale: #B8B8B8. Windows color (decimal): -3361633 or 10466508. OLE color: 10466508.

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

Color convert

RGB204180159-
CMYK00.120.220.2
HSL28º30.61%71.18%-
HSV(B)28º22.06%80%-
XYZ47.4847.9839.56-
YUV184.78113.45141.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=37.57%
G=33.15%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418015900.120.220.22830.6171.18
HexCCB49F0C16141c1f47
Octal31426423701426243437107
Binary11001100101101001001111101100101101010011100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB49F; }

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

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

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

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

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

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

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

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