Shades of Confetti #CCC34F
Tints of Confetti #CCC34F
RGB
CMYK
RGB Variations
Color information
#CCC34F (or 0xCCC34F) is known color: Confetti. HEX triplet: CC, C3 and 4F. RGB value is (204,195,79). Sum of RGB (Red+Green+Blue) = 204+195+79=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC34F is #333CB0. Grayscale: #B8B8B8. Windows color (decimal): -3357873 or 5227468. OLE color: 5227468.
HSL color Cylindrical-coordinate representation of color #CCC34F: hue angle of 55.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCC34F is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 79 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.2 |
| HSL | 55.68º | 0.55% | 0.55% | - |
| HSV(B) | 55.68º | 0.61% | 0.8% | - |
| XYZ | 45.83 | 52.43 | 15.1 | - |
| YUV | 184.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 79 | 0 | 0.04 | 0.61 | 0.2 | 55.68 | 0.55 | 0.55 |
| Hex | CC | C3 | 4F | 0 | 4 | 3D | 14 | 38 | 37 | 37 |
| Octal | 314 | 303 | 117 | 0 | 4 | 75 | 24 | 70 | 67 | 67 |
| Binary | 11001100 | 11000011 | 1001111 | 0 | 100 | 111101 | 10100 | 111000 | 110111 | 110111 |
Color Harmonies of #CCC34F
Complementary color
Monochromatic Colors of #CCC34F
Black with #CCC34F
Text Example
Text Example
White with #CCC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC34F; }
p { color: rgb(204,195,79); }
H1.HeaderClassName
{
color: #CCC34F;
}
.AnyTagClassName
{
color: #CCC34F;
}
</style>
background-color css
<style>
a { background-color: #CCC34F; }
a { background-color: rgb(204,195,79); }
div.DivClassName
{
background-color: #CCC34F;
}
.BgClassName
{
background-color: #CCC34F;
}
</style>
border-color css
<style>
span { border-color: #CCC34F; }
span { border-color: rgb(204,195,79); }
td.TdClassName
{
border-color: #CCC34F;
}
.TagClassName
{
border-color: #CCC34F;
}
</style>