Shades of Kobi #D28CAA
Tints of Kobi #D28CAA
RGB
CMYK
RGB Variations
Color information
#D28CAA (or 0xD28CAA) is known color: Kobi. HEX triplet: D2, 8C and AA. RGB value is (210,140,170). Sum of RGB (Red+Green+Blue) = 210+140+170=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28CAA is #2D7355. Grayscale: #A4A4A4. Windows color (decimal): -2978646 or 11177170. OLE color: 11177170.
HSL color Cylindrical-coordinate representation of color #D28CAA: hue angle of 334.29º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28CAA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 170 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.18 |
| HSL | 334.29º | 0.44% | 0.69% | - |
| HSV(B) | 334.29º | 0.33% | 0.82% | - |
| XYZ | 43.21 | 35.36 | 42.58 | - |
| YUV | 164.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 170 | 0 | 0.33 | 0.19 | 0.18 | 334.29 | 0.44 | 0.69 |
| Hex | D2 | 8C | AA | 0 | 21 | 13 | 12 | 14E | 2C | 45 |
| Octal | 322 | 214 | 252 | 0 | 41 | 23 | 22 | 516 | 54 | 105 |
| Binary | 11010010 | 10001100 | 10101010 | 0 | 100001 | 10011 | 10010 | 101001110 | 101100 | 1000101 |
Color Harmonies of #D28CAA
Complementary color
Monochromatic Colors of #D28CAA
Black with #D28CAA
Text Example
Text Example
White with #D28CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CAA; }
p { color: rgb(210,140,170); }
H1.HeaderClassName
{
color: #D28CAA;
}
.AnyTagClassName
{
color: #D28CAA;
}
</style>
background-color css
<style>
a { background-color: #D28CAA; }
a { background-color: rgb(210,140,170); }
div.DivClassName
{
background-color: #D28CAA;
}
.BgClassName
{
background-color: #D28CAA;
}
</style>
border-color css
<style>
span { border-color: #D28CAA; }
span { border-color: rgb(210,140,170); }
td.TdClassName
{
border-color: #D28CAA;
}
.TagClassName
{
border-color: #D28CAA;
}
</style>