Shades of Harp #C4CBB6
Tints of Harp #C4CBB6
RGB
CMYK
RGB Variations
Color information
#C4CBB6 (or 0xC4CBB6) is known color: Harp. HEX triplet: C4, CB and B6. RGB value is (196,203,182). Sum of RGB (Red+Green+Blue) = 196+203+182=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBB6 is #3B3449. Grayscale: #C6C6C6. Windows color (decimal): -3880010 or 11979716. OLE color: 11979716.
HSL color Cylindrical-coordinate representation of color #C4CBB6: hue angle of 80º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4CBB6 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 182 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.20 |
| HSL | 80º | 0.17% | 0.75% | - |
| HSV(B) | 80º | 0.1% | 0.8% | - |
| XYZ | 52.56 | 57.83 | 52.65 | - |
| YUV | 198.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 182 | 0.03 | 0 | 0.10 | 0.20 | 80 | 0.17 | 0.75 |
| Hex | C4 | CB | B6 | 3 | 0 | A | 14 | 50 | 11 | 4B |
| Octal | 304 | 313 | 266 | 3 | 0 | 12 | 24 | 120 | 21 | 113 |
| Binary | 11000100 | 11001011 | 10110110 | 11 | 0 | 1010 | 10100 | 1010000 | 10001 | 1001011 |
Color Harmonies of #C4CBB6
Complementary color
Monochromatic Colors of #C4CBB6
Black with #C4CBB6
Text Example
Text Example
White with #C4CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBB6; }
p { color: rgb(196,203,182); }
H1.HeaderClassName
{
color: #C4CBB6;
}
.AnyTagClassName
{
color: #C4CBB6;
}
</style>
background-color css
<style>
a { background-color: #C4CBB6; }
a { background-color: rgb(196,203,182); }
div.DivClassName
{
background-color: #C4CBB6;
}
.BgClassName
{
background-color: #C4CBB6;
}
</style>
border-color css
<style>
span { border-color: #C4CBB6; }
span { border-color: rgb(196,203,182); }
td.TdClassName
{
border-color: #C4CBB6;
}
.TagClassName
{
border-color: #C4CBB6;
}
</style>