#CCB29F

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

Shades of Cashmere #CCB29F

Tints of Cashmere #CCB29F

Color information

#CCB29F (or 0xCCB29F) is unknown color: approx Cashmere. HEX triplet: CC, B2 and 9F. RGB value is (204,178,159). Sum of RGB (Red+Green+Blue) = 204+178+159=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB29F is #334D60. Grayscale: #B7B7B7. Windows color (decimal): -3362145 or 10465996. OLE color: 10465996.

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

Color convert

RGB204178159-
CMYK00.130.220.2
HSL25.33º30.61%71.18%-
HSV(B)25.33º22.06%80%-
XYZ47.0847.1839.43-
YUV183.61114.11142.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=37.71%
G=32.90%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417815900.130.220.225.3330.6171.18
HexCCB29F0D1614191f47
Octal31426223701526243137107
Binary11001100101100101001111101101101101010011001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB29F; }

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

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

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

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

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

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

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

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