#CCC14E

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

Shades of Confetti #CCC14E

Tints of Confetti #CCC14E

Color information

#CCC14E (or 0xCCC14E) is unknown color: approx Confetti. HEX triplet: CC, C1 and 4E. RGB value is (204,193,78). Sum of RGB (Red+Green+Blue) = 204+193+78=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC14E is #333EB1. Grayscale: #B7B7B7. Windows color (decimal): -3358386 or 5161420. OLE color: 5161420.

HSL color Cylindrical-coordinate representation of color #CCC14E: hue angle of 54.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCC14E is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB20419378-
CMYK00.050.620.2
HSL54.76º55.26%55.29%-
HSV(B)54.76º61.76%80%-
XYZ45.3551.5314.76-
YUV183.1868.64142.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 78 (30.86% from 255) = 16.42%
R=42.95%
G=40.63%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041937800.050.620.254.7655.2655.29
HexCCC14E053E14373737
Octal314301116057624676767
Binary11001100110000011001110010111111010100110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC14E; }

 p { color: rgb(204,193,78); }

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

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

 a { background-color: rgb(204,193,78); }

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

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

 span { border-color: rgb(204,193,78); }

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