#CCB19F

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

Shades of Cashmere #CCB19F

Tints of Cashmere #CCB19F

Color information

#CCB19F (or 0xCCB19F) is unknown color: approx Cashmere. HEX triplet: CC, B1 and 9F. RGB value is (204,177,159). Sum of RGB (Red+Green+Blue) = 204+177+159=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19F is #334E60. Grayscale: #B7B7B7. Windows color (decimal): -3362401 or 10465740. OLE color: 10465740.

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

Color convert

RGB204177159-
CMYK00.130.220.2
HSL24º30.61%71.18%-
HSV(B)24º22.06%80%-
XYZ46.8846.7839.36-
YUV183.02114.45142.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=37.78%
G=32.78%
B=29.44%

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
Decimal20417715900.130.220.22430.6171.18
HexCCB19F0D1614181f47
Octal31426123701526243037107
Binary11001100101100011001111101101101101010011000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB19F; }

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

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

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

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

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

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

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

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