#CCCA51

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

Shades of Confetti #CCCA51

Tints of Confetti #CCCA51

Color information

#CCCA51 (or 0xCCCA51) is unknown color: approx Confetti. HEX triplet: CC, CA and 51. RGB value is (204,202,81). Sum of RGB (Red+Green+Blue) = 204+202+81=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA51 is #3335AE. Grayscale: #BDBDBD. Windows color (decimal): -3356079 or 5360332. OLE color: 5360332.

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

Color convert

RGB20420281-
CMYK00.010.600.2
HSL59.02º54.67%55.88%-
HSV(B)59.02º60.29%80%-
XYZ47.5155.6716.03-
YUV188.867.16138.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 81 (32.03% from 255) = 16.63%
R=41.89%
G=41.48%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042028100.010.600.259.0254.6755.88
HexCCCA51013C143b3738
Octal314312121017424736770
Binary110011001100101010100010111110010100111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA51; }

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

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

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

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

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

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

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

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