Shades of Harp #C6CDB5
Tints of Harp #C6CDB5
RGB
CMYK
RGB Variations
Color information
#C6CDB5 (or 0xC6CDB5) is known color: Harp. HEX triplet: C6, CD and B5. RGB value is (198,205,181). Sum of RGB (Red+Green+Blue) = 198+205+181=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDB5 is #39324A. Grayscale: #C8C8C8. Windows color (decimal): -3748427 or 11914694. OLE color: 11914694.
HSL color Cylindrical-coordinate representation of color #C6CDB5: hue angle of 77.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6CDB5 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 205 | 181 | - |
CMYK | 0.03 | 0 | 0.12 | 0.20 |
HSL | 77.5º | 0.19% | 0.76% | - |
HSV(B) | 77.5º | 0.12% | 0.8% | - |
XYZ | 53.46 | 59 | 52.29 | - |
YUV | 200.17 | 117.18 | 126.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 205 | 181 | 0.03 | 0 | 0.12 | 0.20 | 77.5 | 0.19 | 0.76 |
Hex | C6 | CD | B5 | 3 | 0 | C | 14 | 4E | 13 | 4C |
Octal | 306 | 315 | 265 | 3 | 0 | 14 | 24 | 116 | 23 | 114 |
Binary | 11000110 | 11001101 | 10110101 | 11 | 0 | 1100 | 10100 | 1001110 | 10011 | 1001100 |
Color Harmonies of #C6CDB5
Complementary color
Monochromatic Colors of #C6CDB5
Black with #C6CDB5
Text Example
Text Example
White with #C6CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDB5; }
p { color: rgb(198,205,181); }
H1.HeaderClassName
{
color: #C6CDB5;
}
.AnyTagClassName
{
color: #C6CDB5;
}
</style>
background-color css
<style>
a { background-color: #C6CDB5; }
a { background-color: rgb(198,205,181); }
div.DivClassName
{
background-color: #C6CDB5;
}
.BgClassName
{
background-color: #C6CDB5;
}
</style>
border-color css
<style>
span { border-color: #C6CDB5; }
span { border-color: rgb(198,205,181); }
td.TdClassName
{
border-color: #C6CDB5;
}
.TagClassName
{
border-color: #C6CDB5;
}
</style>