#CCC452

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

Shades of Confetti #CCC452

Tints of Confetti #CCC452

Color information

#CCC452 (or 0xCCC452) is unknown color: approx Confetti. HEX triplet: CC, C4 and 52. RGB value is (204,196,82). Sum of RGB (Red+Green+Blue) = 204+196+82=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC452 is #333BAD. Grayscale: #B9B9B9. Windows color (decimal): -3357614 or 5424332. OLE color: 5424332.

HSL color Cylindrical-coordinate representation of color #CCC452: hue angle of 56.07º degrees, saturation: 0.54, 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 #CCC452 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20419682-
CMYK00.040.600.2
HSL56.07º54.46%56.08%-
HSV(B)56.07º59.8%80%-
XYZ46.1652.9315.77-
YUV185.469.65141.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 82 (32.42% from 255) = 17.01%
R=42.32%
G=40.66%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041968200.040.600.256.0754.4656.08
HexCCC452043C14383638
Octal314304122047424706670
Binary11001100110001001010010010011110010100111000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC452; }

 p { color: rgb(204,196,82); }

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

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

 a { background-color: rgb(204,196,82); }

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

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

 span { border-color: rgb(204,196,82); }

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