Shades of Thistle #CCBBCA
Tints of Thistle #CCBBCA
RGB
CMYK
RGB Variations
Color information
#CCBBCA (or 0xCCBBCA) is known color: Thistle. HEX triplet: CC, BB and CA. RGB value is (204,187,202). Sum of RGB (Red+Green+Blue) = 204+187+202=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBCA is #334435. Grayscale: #C1C1C1. Windows color (decimal): -3359798 or 13286348. OLE color: 13286348.
HSL color Cylindrical-coordinate representation of color #CCBBCA: hue angle of 307.06º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBBCA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 187 | 202 | - |
CMYK | 0 | 0.08 | 0.01 | 0.2 |
HSL | 307.06º | 0.14% | 0.77% | - |
HSV(B) | 307.06º | 0.08% | 0.8% | - |
XYZ | 53.33 | 52.64 | 63.23 | - |
YUV | 193.79 | 132.63 | 135.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 187 | 202 | 0 | 0.08 | 0.01 | 0.2 | 307.06 | 0.14 | 0.77 |
Hex | CC | BB | CA | 0 | 8 | 1 | 14 | 133 | E | 4D |
Octal | 314 | 273 | 312 | 0 | 10 | 1 | 24 | 463 | 16 | 115 |
Binary | 11001100 | 10111011 | 11001010 | 0 | 1000 | 1 | 10100 | 100110011 | 1110 | 1001101 |
Color Harmonies of #CCBBCA
Complementary color
Monochromatic Colors of #CCBBCA
Black with #CCBBCA
Text Example
Text Example
White with #CCBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBCA; }
p { color: rgb(204,187,202); }
H1.HeaderClassName
{
color: #CCBBCA;
}
.AnyTagClassName
{
color: #CCBBCA;
}
</style>
background-color css
<style>
a { background-color: #CCBBCA; }
a { background-color: rgb(204,187,202); }
div.DivClassName
{
background-color: #CCBBCA;
}
.BgClassName
{
background-color: #CCBBCA;
}
</style>
border-color css
<style>
span { border-color: #CCBBCA; }
span { border-color: rgb(204,187,202); }
td.TdClassName
{
border-color: #CCBBCA;
}
.TagClassName
{
border-color: #CCBBCA;
}
</style>