Shades of Confetti #CFC34C
Tints of Confetti #CFC34C
RGB
CMYK
RGB Variations
Color information
#CFC34C (or 0xCFC34C) is known color: Confetti. HEX triplet: CF, C3 and 4C. RGB value is (207,195,76). Sum of RGB (Red+Green+Blue) = 207+195+76=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC34C is #303CB3. Grayscale: #B9B9B9. Windows color (decimal): -3161268 or 5030863. OLE color: 5030863.
HSL color Cylindrical-coordinate representation of color #CFC34C: hue angle of 54.5º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFC34C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 76 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.19 |
| HSL | 54.5º | 0.58% | 0.55% | - |
| HSV(B) | 54.5º | 0.63% | 0.81% | - |
| XYZ | 46.55 | 52.82 | 14.58 | - |
| YUV | 185.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 76 | 0 | 0.06 | 0.63 | 0.19 | 54.5 | 0.58 | 0.55 |
| Hex | CF | C3 | 4C | 0 | 6 | 3F | 13 | 37 | 3A | 37 |
| Octal | 317 | 303 | 114 | 0 | 6 | 77 | 23 | 67 | 72 | 67 |
| Binary | 11001111 | 11000011 | 1001100 | 0 | 110 | 111111 | 10011 | 110111 | 111010 | 110111 |
Color Harmonies of #CFC34C
Complementary color
Monochromatic Colors of #CFC34C
Black with #CFC34C
Text Example
Text Example
White with #CFC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC34C; }
p { color: rgb(207,195,76); }
H1.HeaderClassName
{
color: #CFC34C;
}
.AnyTagClassName
{
color: #CFC34C;
}
</style>
background-color css
<style>
a { background-color: #CFC34C; }
a { background-color: rgb(207,195,76); }
div.DivClassName
{
background-color: #CFC34C;
}
.BgClassName
{
background-color: #CFC34C;
}
</style>
border-color css
<style>
span { border-color: #CFC34C; }
span { border-color: rgb(207,195,76); }
td.TdClassName
{
border-color: #CFC34C;
}
.TagClassName
{
border-color: #CFC34C;
}
</style>