#CCC94F

Color #CCC94F Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #CCC94F

Tints of Confetti #CCC94F

Color information

#CCC94F (or 0xCCC94F) is unknown color: approx Confetti. HEX triplet: CC, C9 and 4F. RGB value is (204,201,79). Sum of RGB (Red+Green+Blue) = 204+201+79=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC94F is #3336B0. Grayscale: #BCBCBC. Windows color (decimal): -3356337 or 5229004. OLE color: 5229004.

HSL color Cylindrical-coordinate representation of color #CCC94F: hue angle of 58.56º 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 #CCC94F is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20420179-
CMYK00.010.610.2
HSL58.56º55.07%55.49%-
HSV(B)58.56º61.27%80%-
XYZ47.255.1815.56-
YUV187.9966.49139.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 201 (78.91% from 255) = 41.53%
BLUE value IS 79 (31.25% from 255) = 16.32%
R=42.15%
G=41.53%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042017900.010.610.258.5655.0755.49
HexCCC94F013D143b3737
Octal314311117017524736767
Binary110011001100100110011110111110110100111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC94F; }

 p { color: rgb(204,201,79); }

 H1.HeaderClassName
 {
   color: #CCC94F;
 }
 .AnyTagClassName
 {
   color: #CCC94F;
 }
</style>
background-color css

<style>
 a { background-color: #CCC94F; }

 a { background-color: rgb(204,201,79); }

 div.DivClassName
 {
   background-color: #CCC94F;
 }
 .BgClassName
 {
   background-color: #CCC94F;
 }
</style>
border-color css

<style>
 span { border-color: #CCC94F; }

 span { border-color: rgb(204,201,79); }

 td.TdClassName
 {
   border-color: #CCC94F;
 }
 .TagClassName
 {
   border-color: #CCC94F;
 }
</style>