#CCCA4F

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

Shades of Confetti #CCCA4F

Tints of Confetti #CCCA4F

Color information

#CCCA4F (or 0xCCCA4F) is unknown color: approx Confetti. HEX triplet: CC, CA and 4F. RGB value is (204,202,79). Sum of RGB (Red+Green+Blue) = 204+202+79=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA4F is #3335B0. Grayscale: #BDBDBD. Windows color (decimal): -3356081 or 5229260. OLE color: 5229260.

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

Color convert

RGB20420279-
CMYK00.010.610.2
HSL59.04º55.07%55.49%-
HSV(B)59.04º61.27%80%-
XYZ47.4355.6415.64-
YUV188.5866.16139-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 79 (31.25% from 255) = 16.29%
R=42.06%
G=41.65%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042027900.010.610.259.0455.0755.49
HexCCCA4F013D143b3737
Octal314312117017524736767
Binary110011001100101010011110111110110100111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA4F; }

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

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

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

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

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

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

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

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