Shades of Kobi #CC9AAC
Tints of Kobi #CC9AAC
RGB
CMYK
RGB Variations
Color information
#CC9AAC (or 0xCC9AAC) is known color: Kobi. HEX triplet: CC, 9A and AC. RGB value is (204,154,172). Sum of RGB (Red+Green+Blue) = 204+154+172=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9AAC is #336553. Grayscale: #AAAAAA. Windows color (decimal): -3368276 or 11311820. OLE color: 11311820.
HSL color Cylindrical-coordinate representation of color #CC9AAC: hue angle of 338.4º degrees, saturation: 0.33, 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 #CC9AAC is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 172 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.2 |
| HSL | 338.4º | 0.33% | 0.7% | - |
| HSV(B) | 338.4º | 0.25% | 0.8% | - |
| XYZ | 43.9 | 38.93 | 44.23 | - |
| YUV | 171 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 172 | 0 | 0.25 | 0.16 | 0.2 | 338.4 | 0.33 | 0.7 |
| Hex | CC | 9A | AC | 0 | 19 | 10 | 14 | 152 | 21 | 46 |
| Octal | 314 | 232 | 254 | 0 | 31 | 20 | 24 | 522 | 41 | 106 |
| Binary | 11001100 | 10011010 | 10101100 | 0 | 11001 | 10000 | 10100 | 101010010 | 100001 | 1000110 |
Color Harmonies of #CC9AAC
Complementary color
Monochromatic Colors of #CC9AAC
Black with #CC9AAC
Text Example
Text Example
White with #CC9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9AAC; }
p { color: rgb(204,154,172); }
H1.HeaderClassName
{
color: #CC9AAC;
}
.AnyTagClassName
{
color: #CC9AAC;
}
</style>
background-color css
<style>
a { background-color: #CC9AAC; }
a { background-color: rgb(204,154,172); }
div.DivClassName
{
background-color: #CC9AAC;
}
.BgClassName
{
background-color: #CC9AAC;
}
</style>
border-color css
<style>
span { border-color: #CC9AAC; }
span { border-color: rgb(204,154,172); }
td.TdClassName
{
border-color: #CC9AAC;
}
.TagClassName
{
border-color: #CC9AAC;
}
</style>