Shades of Eunry #CFA8A4
Tints of Eunry #CFA8A4
RGB
CMYK
RGB Variations
Color information
#CFA8A4 (or 0xCFA8A4) is known color: Eunry. HEX triplet: CF, A8 and A4. RGB value is (207,168,164). Sum of RGB (Red+Green+Blue) = 207+168+164=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8A4 is #30575B. Grayscale: #B3B3B3. Windows color (decimal): -3168092 or 10791119. OLE color: 10791119.
HSL color Cylindrical-coordinate representation of color #CFA8A4: hue angle of 5.58º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA8A4 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 164 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.19 |
| HSL | 5.58º | 0.31% | 0.73% | - |
| HSV(B) | 5.58º | 0.21% | 0.81% | - |
| XYZ | 46.44 | 43.95 | 41.16 | - |
| YUV | 179.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 164 | 0 | 0.19 | 0.21 | 0.19 | 5.58 | 0.31 | 0.73 |
| Hex | CF | A8 | A4 | 0 | 13 | 15 | 13 | 6 | 1F | 49 |
| Octal | 317 | 250 | 244 | 0 | 23 | 25 | 23 | 6 | 37 | 111 |
| Binary | 11001111 | 10101000 | 10100100 | 0 | 10011 | 10101 | 10011 | 110 | 11111 | 1001001 |
Color Harmonies of #CFA8A4
Complementary color
Monochromatic Colors of #CFA8A4
Black with #CFA8A4
Text Example
Text Example
White with #CFA8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8A4; }
p { color: rgb(207,168,164); }
H1.HeaderClassName
{
color: #CFA8A4;
}
.AnyTagClassName
{
color: #CFA8A4;
}
</style>
background-color css
<style>
a { background-color: #CFA8A4; }
a { background-color: rgb(207,168,164); }
div.DivClassName
{
background-color: #CFA8A4;
}
.BgClassName
{
background-color: #CFA8A4;
}
</style>
border-color css
<style>
span { border-color: #CFA8A4; }
span { border-color: rgb(207,168,164); }
td.TdClassName
{
border-color: #CFA8A4;
}
.TagClassName
{
border-color: #CFA8A4;
}
</style>