Shades of Harp #CACCBD
Tints of Harp #CACCBD
RGB
CMYK
RGB Variations
Color information
#CACCBD (or 0xCACCBD) is known color: Harp. HEX triplet: CA, CC and BD. RGB value is (202,204,189). Sum of RGB (Red+Green+Blue) = 202+204+189=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCBD is #353342. Grayscale: #C9C9C9. Windows color (decimal): -3486531 or 12438730. OLE color: 12438730.
HSL color Cylindrical-coordinate representation of color #CACCBD: hue angle of 68º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACCBD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 189 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.2 |
| HSL | 68º | 0.13% | 0.77% | - |
| HSV(B) | 68º | 0.07% | 0.8% | - |
| XYZ | 55.14 | 59.42 | 56.71 | - |
| YUV | 201.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 189 | 0.01 | 0 | 0.07 | 0.2 | 68 | 0.13 | 0.77 |
| Hex | CA | CC | BD | 1 | 0 | 7 | 14 | 44 | D | 4D |
| Octal | 312 | 314 | 275 | 1 | 0 | 7 | 24 | 104 | 15 | 115 |
| Binary | 11001010 | 11001100 | 10111101 | 1 | 0 | 111 | 10100 | 1000100 | 1101 | 1001101 |
Color Harmonies of #CACCBD
Complementary color
Monochromatic Colors of #CACCBD
Black with #CACCBD
Text Example
Text Example
White with #CACCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCBD; }
p { color: rgb(202,204,189); }
H1.HeaderClassName
{
color: #CACCBD;
}
.AnyTagClassName
{
color: #CACCBD;
}
</style>
background-color css
<style>
a { background-color: #CACCBD; }
a { background-color: rgb(202,204,189); }
div.DivClassName
{
background-color: #CACCBD;
}
.BgClassName
{
background-color: #CACCBD;
}
</style>
border-color css
<style>
span { border-color: #CACCBD; }
span { border-color: rgb(202,204,189); }
td.TdClassName
{
border-color: #CACCBD;
}
.TagClassName
{
border-color: #CACCBD;
}
</style>