#CCC250

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

Shades of Confetti #CCC250

Tints of Confetti #CCC250

Color information

#CCC250 (or 0xCCC250) is unknown color: approx Confetti. HEX triplet: CC, C2 and 50. RGB value is (204,194,80). Sum of RGB (Red+Green+Blue) = 204+194+80=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC250 is #333DAF. Grayscale: #B8B8B8. Windows color (decimal): -3358128 or 5292748. OLE color: 5292748.

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

Color convert

RGB20419480-
CMYK00.050.610.2
HSL55.16º54.87%55.69%-
HSV(B)55.16º60.78%80%-
XYZ45.645215.22-
YUV183.9969.31142.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 80 (31.64% from 255) = 16.74%
R=42.68%
G=40.59%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041948000.050.610.255.1654.8755.69
HexCCC250053D14373738
Octal314302120057524676770
Binary11001100110000101010000010111110110100110111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC250; }

 p { color: rgb(204,194,80); }

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

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

 a { background-color: rgb(204,194,80); }

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

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

 span { border-color: rgb(204,194,80); }

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