Shades of Pavlova #C3B28C
Tints of Pavlova #C3B28C
RGB
CMYK
RGB Variations
Color information
#C3B28C (or 0xC3B28C) is known color: Pavlova. HEX triplet: C3, B2 and 8C. RGB value is (195,178,140). Sum of RGB (Red+Green+Blue) = 195+178+140=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B28C is #3C4D73. Grayscale: #B2B2B2. Windows color (decimal): -3951988 or 9220803. OLE color: 9220803.
HSL color Cylindrical-coordinate representation of color #C3B28C: hue angle of 41.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3B28C is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 140 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.24 |
| HSL | 41.45º | 0.31% | 0.66% | - |
| HSV(B) | 41.45º | 0.28% | 0.76% | - |
| XYZ | 43.16 | 45.34 | 31.29 | - |
| YUV | 178.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 140 | 0 | 0.09 | 0.28 | 0.24 | 41.45 | 0.31 | 0.66 |
| Hex | C3 | B2 | 8C | 0 | 9 | 1C | 18 | 29 | 1F | 42 |
| Octal | 303 | 262 | 214 | 0 | 11 | 34 | 30 | 51 | 37 | 102 |
| Binary | 11000011 | 10110010 | 10001100 | 0 | 1001 | 11100 | 11000 | 101001 | 11111 | 1000010 |
Color Harmonies of #C3B28C
Complementary color
Monochromatic Colors of #C3B28C
Black with #C3B28C
Text Example
Text Example
White with #C3B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B28C; }
p { color: rgb(195,178,140); }
H1.HeaderClassName
{
color: #C3B28C;
}
.AnyTagClassName
{
color: #C3B28C;
}
</style>
background-color css
<style>
a { background-color: #C3B28C; }
a { background-color: rgb(195,178,140); }
div.DivClassName
{
background-color: #C3B28C;
}
.BgClassName
{
background-color: #C3B28C;
}
</style>
border-color css
<style>
span { border-color: #C3B28C; }
span { border-color: rgb(195,178,140); }
td.TdClassName
{
border-color: #C3B28C;
}
.TagClassName
{
border-color: #C3B28C;
}
</style>