Shades of Cashmere #CCB19D
Tints of Cashmere #CCB19D
RGB
CMYK
RGB Variations
Color information
#CCB19D (or 0xCCB19D) is known color: Cashmere. HEX triplet: CC, B1 and 9D. RGB value is (204,177,157). Sum of RGB (Red+Green+Blue) = 204+177+157=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB19D is #334E62. Grayscale: #B6B6B6. Windows color (decimal): -3362403 or 10334668. OLE color: 10334668.
HSL color Cylindrical-coordinate representation of color #CCB19D: hue angle of 25.53º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB19D is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 157 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.2 |
| HSL | 25.53º | 0.32% | 0.71% | - |
| HSV(B) | 25.53º | 0.23% | 0.8% | - |
| XYZ | 46.71 | 46.72 | 38.45 | - |
| YUV | 182.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 157 | 0 | 0.13 | 0.23 | 0.2 | 25.53 | 0.32 | 0.71 |
| Hex | CC | B1 | 9D | 0 | D | 17 | 14 | 1A | 20 | 47 |
| Octal | 314 | 261 | 235 | 0 | 15 | 27 | 24 | 32 | 40 | 107 |
| Binary | 11001100 | 10110001 | 10011101 | 0 | 1101 | 10111 | 10100 | 11010 | 100000 | 1000111 |
Color Harmonies of #CCB19D
Complementary color
Monochromatic Colors of #CCB19D
Black with #CCB19D
Text Example
Text Example
White with #CCB19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB19D; }
p { color: rgb(204,177,157); }
H1.HeaderClassName
{
color: #CCB19D;
}
.AnyTagClassName
{
color: #CCB19D;
}
</style>
background-color css
<style>
a { background-color: #CCB19D; }
a { background-color: rgb(204,177,157); }
div.DivClassName
{
background-color: #CCB19D;
}
.BgClassName
{
background-color: #CCB19D;
}
</style>
border-color css
<style>
span { border-color: #CCB19D; }
span { border-color: rgb(204,177,157); }
td.TdClassName
{
border-color: #CCB19D;
}
.TagClassName
{
border-color: #CCB19D;
}
</style>