#CCC654

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

Shades of Confetti #CCC654

Tints of Confetti #CCC654

Color information

#CCC654 (or 0xCCC654) is unknown color: approx Confetti. HEX triplet: CC, C6 and 54. RGB value is (204,198,84). Sum of RGB (Red+Green+Blue) = 204+198+84=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC654 is #3339AB. Grayscale: #BBBBBB. Windows color (decimal): -3357100 or 5555916. OLE color: 5555916.

HSL color Cylindrical-coordinate representation of color #CCC654: hue angle of 57º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC654 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20419884-
CMYK00.030.590.2
HSL57º54.05%56.47%-
HSV(B)57º58.82%80%-
XYZ46.753.8716.32-
YUV186.869.99140.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 84 (33.20% from 255) = 17.28%
R=41.98%
G=40.74%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041988400.030.590.25754.0556.47
HexCCC654033B14393638
Octal314306124037324716670
Binary1100110011000110101010001111101110100111001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC654; }

 p { color: rgb(204,198,84); }

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

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

 a { background-color: rgb(204,198,84); }

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

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

 span { border-color: rgb(204,198,84); }

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