Shades of Pavlova #C3AF8B
Tints of Pavlova #C3AF8B
RGB
CMYK
RGB Variations
Color information
#C3AF8B (or 0xC3AF8B) is known color: Pavlova. HEX triplet: C3, AF and 8B. RGB value is (195,175,139). Sum of RGB (Red+Green+Blue) = 195+175+139=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF8B is #3C5074. Grayscale: #B1B1B1. Windows color (decimal): -3952757 or 9154499. OLE color: 9154499.
HSL color Cylindrical-coordinate representation of color #C3AF8B: hue angle of 38.57º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3AF8B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 139 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.24 |
| HSL | 38.57º | 0.32% | 0.65% | - |
| HSV(B) | 38.57º | 0.29% | 0.76% | - |
| XYZ | 42.5 | 44.13 | 30.7 | - |
| YUV | 176.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 139 | 0 | 0.10 | 0.29 | 0.24 | 38.57 | 0.32 | 0.65 |
| Hex | C3 | AF | 8B | 0 | A | 1D | 18 | 27 | 20 | 41 |
| Octal | 303 | 257 | 213 | 0 | 12 | 35 | 30 | 47 | 40 | 101 |
| Binary | 11000011 | 10101111 | 10001011 | 0 | 1010 | 11101 | 11000 | 100111 | 100000 | 1000001 |
Color Harmonies of #C3AF8B
Complementary color
Monochromatic Colors of #C3AF8B
Black with #C3AF8B
Text Example
Text Example
White with #C3AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF8B; }
p { color: rgb(195,175,139); }
H1.HeaderClassName
{
color: #C3AF8B;
}
.AnyTagClassName
{
color: #C3AF8B;
}
</style>
background-color css
<style>
a { background-color: #C3AF8B; }
a { background-color: rgb(195,175,139); }
div.DivClassName
{
background-color: #C3AF8B;
}
.BgClassName
{
background-color: #C3AF8B;
}
</style>
border-color css
<style>
span { border-color: #C3AF8B; }
span { border-color: rgb(195,175,139); }
td.TdClassName
{
border-color: #C3AF8B;
}
.TagClassName
{
border-color: #C3AF8B;
}
</style>