Shades of Harp #CACCBB
Tints of Harp #CACCBB
RGB
CMYK
RGB Variations
Color information
#CACCBB (or 0xCACCBB) is known color: Harp. HEX triplet: CA, CC and BB. RGB value is (202,204,187). Sum of RGB (Red+Green+Blue) = 202+204+187=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCBB is #353344. Grayscale: #C9C9C9. Windows color (decimal): -3486533 or 12307658. OLE color: 12307658.
HSL color Cylindrical-coordinate representation of color #CACCBB: hue angle of 67.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 #CACCBB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 187 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.2 |
| HSL | 67.06º | 0.14% | 0.77% | - |
| HSV(B) | 67.06º | 0.08% | 0.8% | - |
| XYZ | 54.92 | 59.33 | 55.57 | - |
| YUV | 201.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 187 | 0.01 | 0 | 0.08 | 0.2 | 67.06 | 0.14 | 0.77 |
| Hex | CA | CC | BB | 1 | 0 | 8 | 14 | 43 | E | 4D |
| Octal | 312 | 314 | 273 | 1 | 0 | 10 | 24 | 103 | 16 | 115 |
| Binary | 11001010 | 11001100 | 10111011 | 1 | 0 | 1000 | 10100 | 1000011 | 1110 | 1001101 |
Color Harmonies of #CACCBB
Complementary color
Monochromatic Colors of #CACCBB
Black with #CACCBB
Text Example
Text Example
White with #CACCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCBB; }
p { color: rgb(202,204,187); }
H1.HeaderClassName
{
color: #CACCBB;
}
.AnyTagClassName
{
color: #CACCBB;
}
</style>
background-color css
<style>
a { background-color: #CACCBB; }
a { background-color: rgb(202,204,187); }
div.DivClassName
{
background-color: #CACCBB;
}
.BgClassName
{
background-color: #CACCBB;
}
</style>
border-color css
<style>
span { border-color: #CACCBB; }
span { border-color: rgb(202,204,187); }
td.TdClassName
{
border-color: #CACCBB;
}
.TagClassName
{
border-color: #CACCBB;
}
</style>