#CCC551

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

Shades of Confetti #CCC551

Tints of Confetti #CCC551

Color information

#CCC551 (or 0xCCC551) is unknown color: approx Confetti. HEX triplet: CC, C5 and 51. RGB value is (204,197,81). Sum of RGB (Red+Green+Blue) = 204+197+81=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC551 is #333AAE. Grayscale: #BABABA. Windows color (decimal): -3357359 or 5359052. OLE color: 5359052.

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

Color convert

RGB20419781-
CMYK00.030.600.2
HSL56.59º54.67%55.88%-
HSV(B)56.59º60.29%80%-
XYZ46.3553.3615.64-
YUV185.8768.82140.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 81 (32.03% from 255) = 16.80%
R=42.32%
G=40.87%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041978100.030.600.256.5954.6755.88
HexCCC551033C14393738
Octal314305121037424716770
Binary1100110011000101101000101111110010100111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC551; }

 p { color: rgb(204,197,81); }

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

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

 a { background-color: rgb(204,197,81); }

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

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

 span { border-color: rgb(204,197,81); }

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