Shades of Cashmere #CCB19B
Tints of Cashmere #CCB19B
RGB
CMYK
RGB Variations
Color information
#CCB19B (or 0xCCB19B) is known color: Cashmere. HEX triplet: CC, B1 and 9B. RGB value is (204,177,155). Sum of RGB (Red+Green+Blue) = 204+177+155=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19B is #334E64. Grayscale: #B6B6B6. Windows color (decimal): -3362405 or 10203596. OLE color: 10203596.
HSL color Cylindrical-coordinate representation of color #CCB19B: hue angle of 26.94º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB19B is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 155 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.2 |
| HSL | 26.94º | 0.32% | 0.7% | - |
| HSV(B) | 26.94º | 0.24% | 0.8% | - |
| XYZ | 46.54 | 46.65 | 37.56 | - |
| YUV | 182.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 155 | 0 | 0.13 | 0.24 | 0.2 | 26.94 | 0.32 | 0.7 |
| Hex | CC | B1 | 9B | 0 | D | 18 | 14 | 1B | 20 | 46 |
| Octal | 314 | 261 | 233 | 0 | 15 | 30 | 24 | 33 | 40 | 106 |
| Binary | 11001100 | 10110001 | 10011011 | 0 | 1101 | 11000 | 10100 | 11011 | 100000 | 1000110 |
Color Harmonies of #CCB19B
Complementary color
Monochromatic Colors of #CCB19B
Black with #CCB19B
Text Example
Text Example
White with #CCB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB19B; }
p { color: rgb(204,177,155); }
H1.HeaderClassName
{
color: #CCB19B;
}
.AnyTagClassName
{
color: #CCB19B;
}
</style>
background-color css
<style>
a { background-color: #CCB19B; }
a { background-color: rgb(204,177,155); }
div.DivClassName
{
background-color: #CCB19B;
}
.BgClassName
{
background-color: #CCB19B;
}
</style>
border-color css
<style>
span { border-color: #CCB19B; }
span { border-color: rgb(204,177,155); }
td.TdClassName
{
border-color: #CCB19B;
}
.TagClassName
{
border-color: #CCB19B;
}
</style>