Shades of Confetti #CFCA57
Tints of Confetti #CFCA57
RGB
CMYK
RGB Variations
Color information
#CFCA57 (or 0xCFCA57) is known color: Confetti. HEX triplet: CF, CA and 57. RGB value is (207,202,87). Sum of RGB (Red+Green+Blue) = 207+202+87=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA57 is #3035A8. Grayscale: #BEBEBE. Windows color (decimal): -3159465 or 5753551. OLE color: 5753551.
HSL color Cylindrical-coordinate representation of color #CFCA57: hue angle of 57.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFCA57 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 87 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.19 |
| HSL | 57.5º | 0.56% | 0.58% | - |
| HSV(B) | 57.5º | 0.58% | 0.81% | - |
| XYZ | 48.57 | 56.19 | 17.3 | - |
| YUV | 190.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 87 | 0 | 0.02 | 0.58 | 0.19 | 57.5 | 0.56 | 0.58 |
| Hex | CF | CA | 57 | 0 | 2 | 3A | 13 | 3A | 38 | 3A |
| Octal | 317 | 312 | 127 | 0 | 2 | 72 | 23 | 72 | 70 | 72 |
| Binary | 11001111 | 11001010 | 1010111 | 0 | 10 | 111010 | 10011 | 111010 | 111000 | 111010 |
Color Harmonies of #CFCA57
Complementary color
Monochromatic Colors of #CFCA57
Black with #CFCA57
Text Example
Text Example
White with #CFCA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA57; }
p { color: rgb(207,202,87); }
H1.HeaderClassName
{
color: #CFCA57;
}
.AnyTagClassName
{
color: #CFCA57;
}
</style>
background-color css
<style>
a { background-color: #CFCA57; }
a { background-color: rgb(207,202,87); }
div.DivClassName
{
background-color: #CFCA57;
}
.BgClassName
{
background-color: #CFCA57;
}
</style>
border-color css
<style>
span { border-color: #CFCA57; }
span { border-color: rgb(207,202,87); }
td.TdClassName
{
border-color: #CFCA57;
}
.TagClassName
{
border-color: #CFCA57;
}
</style>