Shades of Harp #C7CAB3
Tints of Harp #C7CAB3
RGB
CMYK
RGB Variations
Color information
#C7CAB3 (or 0xC7CAB3) is known color: Harp. HEX triplet: C7, CA and B3. RGB value is (199,202,179). Sum of RGB (Red+Green+Blue) = 199+202+179=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CAB3 is #38354C. Grayscale: #C6C6C6. Windows color (decimal): -3683661 or 11782855. OLE color: 11782855.
HSL color Cylindrical-coordinate representation of color #C7CAB3: hue angle of 67.83º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7CAB3 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 179 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.21 |
| HSL | 67.83º | 0.18% | 0.75% | - |
| HSV(B) | 67.83º | 0.11% | 0.79% | - |
| XYZ | 52.81 | 57.64 | 50.99 | - |
| YUV | 198.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 179 | 0.01 | 0 | 0.11 | 0.21 | 67.83 | 0.18 | 0.75 |
| Hex | C7 | CA | B3 | 1 | 0 | B | 15 | 44 | 12 | 4B |
| Octal | 307 | 312 | 263 | 1 | 0 | 13 | 25 | 104 | 22 | 113 |
| Binary | 11000111 | 11001010 | 10110011 | 1 | 0 | 1011 | 10101 | 1000100 | 10010 | 1001011 |
Color Harmonies of #C7CAB3
Complementary color
Monochromatic Colors of #C7CAB3
Black with #C7CAB3
Text Example
Text Example
White with #C7CAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CAB3; }
p { color: rgb(199,202,179); }
H1.HeaderClassName
{
color: #C7CAB3;
}
.AnyTagClassName
{
color: #C7CAB3;
}
</style>
background-color css
<style>
a { background-color: #C7CAB3; }
a { background-color: rgb(199,202,179); }
div.DivClassName
{
background-color: #C7CAB3;
}
.BgClassName
{
background-color: #C7CAB3;
}
</style>
border-color css
<style>
span { border-color: #C7CAB3; }
span { border-color: rgb(199,202,179); }
td.TdClassName
{
border-color: #C7CAB3;
}
.TagClassName
{
border-color: #C7CAB3;
}
</style>