#CCC750

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

Shades of Confetti #CCC750

Tints of Confetti #CCC750

Color information

#CCC750 (or 0xCCC750) is unknown color: approx Confetti. HEX triplet: CC, C7 and 50. RGB value is (204,199,80). Sum of RGB (Red+Green+Blue) = 204+199+80=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC750 is #3338AF. Grayscale: #BBBBBB. Windows color (decimal): -3356848 or 5294028. OLE color: 5294028.

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

Color convert

RGB20419980-
CMYK00.020.610.2
HSL57.58º54.87%55.69%-
HSV(B)57.58º60.78%80%-
XYZ46.7754.2615.6-
YUV186.9367.66140.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 199 (78.12% from 255) = 41.20%
BLUE value IS 80 (31.64% from 255) = 16.56%
R=42.24%
G=41.20%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041998000.020.610.257.5854.8755.69
HexCCC750023D143a3738
Octal314307120027524726770
Binary1100110011000111101000001011110110100111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC750; }

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

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

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

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

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

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

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

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