#CCCB4F

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

Shades of Confetti #CCCB4F

Tints of Confetti #CCCB4F

Color information

#CCCB4F (or 0xCCCB4F) is unknown color: approx Confetti. HEX triplet: CC, CB and 4F. RGB value is (204,203,79). Sum of RGB (Red+Green+Blue) = 204+203+79=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB4F is #3334B0. Grayscale: #BDBDBD. Windows color (decimal): -3355825 or 5229516. OLE color: 5229516.

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

Color convert

RGB20420379-
CMYK00.000.610.2
HSL59.52º55.07%55.49%-
HSV(B)59.52º61.27%80%-
XYZ47.6756.1115.72-
YUV189.1665.83138.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 79 (31.25% from 255) = 16.26%
R=41.98%
G=41.77%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042037900.000.610.259.5255.0755.49
HexCCCB4F003D143c3737
Octal314313117007524746767
Binary110011001100101110011110011110110100111100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB4F; }

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

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

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

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

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

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

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

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