Shades of Cashmere #CCB098
Tints of Cashmere #CCB098
RGB
CMYK
RGB Variations
Color information
#CCB098 (or 0xCCB098) is known color: Cashmere. HEX triplet: CC, B0 and 98. RGB value is (204,176,152). Sum of RGB (Red+Green+Blue) = 204+176+152=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB098 is #334F67. Grayscale: #B5B5B5. Windows color (decimal): -3362664 or 10006732. OLE color: 10006732.
HSL color Cylindrical-coordinate representation of color #CCB098: hue angle of 27.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB098 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 152 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.2 |
| HSL | 27.69º | 0.34% | 0.7% | - |
| HSV(B) | 27.69º | 0.25% | 0.8% | - |
| XYZ | 46.09 | 46.16 | 36.19 | - |
| YUV | 181.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 152 | 0 | 0.14 | 0.25 | 0.2 | 27.69 | 0.34 | 0.7 |
| Hex | CC | B0 | 98 | 0 | E | 19 | 14 | 1C | 22 | 46 |
| Octal | 314 | 260 | 230 | 0 | 16 | 31 | 24 | 34 | 42 | 106 |
| Binary | 11001100 | 10110000 | 10011000 | 0 | 1110 | 11001 | 10100 | 11100 | 100010 | 1000110 |
Color Harmonies of #CCB098
Complementary color
Monochromatic Colors of #CCB098
Black with #CCB098
Text Example
Text Example
White with #CCB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB098; }
p { color: rgb(204,176,152); }
H1.HeaderClassName
{
color: #CCB098;
}
.AnyTagClassName
{
color: #CCB098;
}
</style>
background-color css
<style>
a { background-color: #CCB098; }
a { background-color: rgb(204,176,152); }
div.DivClassName
{
background-color: #CCB098;
}
.BgClassName
{
background-color: #CCB098;
}
</style>
border-color css
<style>
span { border-color: #CCB098; }
span { border-color: rgb(204,176,152); }
td.TdClassName
{
border-color: #CCB098;
}
.TagClassName
{
border-color: #CCB098;
}
</style>