Shades of Cashmere #CCB194
Tints of Cashmere #CCB194
RGB
CMYK
RGB Variations
Color information
#CCB194 (or 0xCCB194) is known color: Cashmere. HEX triplet: CC, B1 and 94. RGB value is (204,177,148). Sum of RGB (Red+Green+Blue) = 204+177+148=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB194 is #334E6B. Grayscale: #B5B5B5. Windows color (decimal): -3362412 or 9744844. OLE color: 9744844.
HSL color Cylindrical-coordinate representation of color #CCB194: hue angle of 31.07º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCB194 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 148 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.2 |
| HSL | 31.07º | 0.35% | 0.69% | - |
| HSV(B) | 31.07º | 0.27% | 0.8% | - |
| XYZ | 45.97 | 46.42 | 34.55 | - |
| YUV | 181.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 148 | 0 | 0.13 | 0.27 | 0.2 | 31.07 | 0.35 | 0.69 |
| Hex | CC | B1 | 94 | 0 | D | 1B | 14 | 1F | 23 | 45 |
| Octal | 314 | 261 | 224 | 0 | 15 | 33 | 24 | 37 | 43 | 105 |
| Binary | 11001100 | 10110001 | 10010100 | 0 | 1101 | 11011 | 10100 | 11111 | 100011 | 1000101 |
Color Harmonies of #CCB194
Complementary color
Monochromatic Colors of #CCB194
Black with #CCB194
Text Example
Text Example
White with #CCB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB194; }
p { color: rgb(204,177,148); }
H1.HeaderClassName
{
color: #CCB194;
}
.AnyTagClassName
{
color: #CCB194;
}
</style>
background-color css
<style>
a { background-color: #CCB194; }
a { background-color: rgb(204,177,148); }
div.DivClassName
{
background-color: #CCB194;
}
.BgClassName
{
background-color: #CCB194;
}
</style>
border-color css
<style>
span { border-color: #CCB194; }
span { border-color: rgb(204,177,148); }
td.TdClassName
{
border-color: #CCB194;
}
.TagClassName
{
border-color: #CCB194;
}
</style>