Shades of Harp #CACBBF
Tints of Harp #CACBBF
RGB
CMYK
RGB Variations
Color information
#CACBBF (or 0xCACBBF) is known color: Harp. HEX triplet: CA, CB and BF. RGB value is (202,203,191). Sum of RGB (Red+Green+Blue) = 202+203+191=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBBF is #353440. Grayscale: #C9C9C9. Windows color (decimal): -3486785 or 12569546. OLE color: 12569546.
HSL color Cylindrical-coordinate representation of color #CACBBF: hue angle of 65º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACBBF is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 191 | - |
| CMYK | 0.00 | 0 | 0.06 | 0.20 |
| HSL | 65º | 0.1% | 0.77% | - |
| HSV(B) | 65º | 0.06% | 0.8% | - |
| XYZ | 55.12 | 59.03 | 57.78 | - |
| YUV | 201.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 191 | 0.00 | 0 | 0.06 | 0.20 | 65 | 0.1 | 0.77 |
| Hex | CA | CB | BF | 0 | 0 | 6 | 14 | 41 | A | 4D |
| Octal | 312 | 313 | 277 | 0 | 0 | 6 | 24 | 101 | 12 | 115 |
| Binary | 11001010 | 11001011 | 10111111 | 0 | 0 | 110 | 10100 | 1000001 | 1010 | 1001101 |
Color Harmonies of #CACBBF
Complementary color
Monochromatic Colors of #CACBBF
Black with #CACBBF
Text Example
Text Example
White with #CACBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBBF; }
p { color: rgb(202,203,191); }
H1.HeaderClassName
{
color: #CACBBF;
}
.AnyTagClassName
{
color: #CACBBF;
}
</style>
background-color css
<style>
a { background-color: #CACBBF; }
a { background-color: rgb(202,203,191); }
div.DivClassName
{
background-color: #CACBBF;
}
.BgClassName
{
background-color: #CACBBF;
}
</style>
border-color css
<style>
span { border-color: #CACBBF; }
span { border-color: rgb(202,203,191); }
td.TdClassName
{
border-color: #CACBBF;
}
.TagClassName
{
border-color: #CACBBF;
}
</style>