Shades of Harp #CACCB8
Tints of Harp #CACCB8
RGB
CMYK
RGB Variations
Color information
#CACCB8 (or 0xCACCB8) is known color: Harp. HEX triplet: CA, CC and B8. RGB value is (202,204,184). Sum of RGB (Red+Green+Blue) = 202+204+184=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCB8 is #353347. Grayscale: #C9C9C9. Windows color (decimal): -3486536 or 12111050. OLE color: 12111050.
HSL color Cylindrical-coordinate representation of color #CACCB8: hue angle of 66º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACCB8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 184 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.2 |
| HSL | 66º | 0.16% | 0.76% | - |
| HSV(B) | 66º | 0.1% | 0.8% | - |
| XYZ | 54.6 | 59.2 | 53.9 | - |
| YUV | 201.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 184 | 0.01 | 0 | 0.10 | 0.2 | 66 | 0.16 | 0.76 |
| Hex | CA | CC | B8 | 1 | 0 | A | 14 | 42 | 10 | 4C |
| Octal | 312 | 314 | 270 | 1 | 0 | 12 | 24 | 102 | 20 | 114 |
| Binary | 11001010 | 11001100 | 10111000 | 1 | 0 | 1010 | 10100 | 1000010 | 10000 | 1001100 |
Color Harmonies of #CACCB8
Complementary color
Monochromatic Colors of #CACCB8
Black with #CACCB8
Text Example
Text Example
White with #CACCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCB8; }
p { color: rgb(202,204,184); }
H1.HeaderClassName
{
color: #CACCB8;
}
.AnyTagClassName
{
color: #CACCB8;
}
</style>
background-color css
<style>
a { background-color: #CACCB8; }
a { background-color: rgb(202,204,184); }
div.DivClassName
{
background-color: #CACCB8;
}
.BgClassName
{
background-color: #CACCB8;
}
</style>
border-color css
<style>
span { border-color: #CACCB8; }
span { border-color: rgb(202,204,184); }
td.TdClassName
{
border-color: #CACCB8;
}
.TagClassName
{
border-color: #CACCB8;
}
</style>