Shades of Cashmere #CCB29B
Tints of Cashmere #CCB29B
RGB
CMYK
RGB Variations
Color information
#CCB29B (or 0xCCB29B) is known color: Cashmere. HEX triplet: CC, B2 and 9B. RGB value is (204,178,155). Sum of RGB (Red+Green+Blue) = 204+178+155=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB29B is #334D64. Grayscale: #B7B7B7. Windows color (decimal): -3362149 or 10203852. OLE color: 10203852.
HSL color Cylindrical-coordinate representation of color #CCB29B: hue angle of 28.16º 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 #CCB29B is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 155 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.2 |
| HSL | 28.16º | 0.32% | 0.7% | - |
| HSV(B) | 28.16º | 0.24% | 0.8% | - |
| XYZ | 46.74 | 47.04 | 37.63 | - |
| YUV | 183.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 155 | 0 | 0.13 | 0.24 | 0.2 | 28.16 | 0.32 | 0.7 |
| Hex | CC | B2 | 9B | 0 | D | 18 | 14 | 1C | 20 | 46 |
| Octal | 314 | 262 | 233 | 0 | 15 | 30 | 24 | 34 | 40 | 106 |
| Binary | 11001100 | 10110010 | 10011011 | 0 | 1101 | 11000 | 10100 | 11100 | 100000 | 1000110 |
Color Harmonies of #CCB29B
Complementary color
Monochromatic Colors of #CCB29B
Black with #CCB29B
Text Example
Text Example
White with #CCB29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB29B; }
p { color: rgb(204,178,155); }
H1.HeaderClassName
{
color: #CCB29B;
}
.AnyTagClassName
{
color: #CCB29B;
}
</style>
background-color css
<style>
a { background-color: #CCB29B; }
a { background-color: rgb(204,178,155); }
div.DivClassName
{
background-color: #CCB29B;
}
.BgClassName
{
background-color: #CCB29B;
}
</style>
border-color css
<style>
span { border-color: #CCB29B; }
span { border-color: rgb(204,178,155); }
td.TdClassName
{
border-color: #CCB29B;
}
.TagClassName
{
border-color: #CCB29B;
}
</style>