#CFCC52

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

Shades of Confetti #CFCC52

Tints of Confetti #CFCC52

Color information

#CFCC52 (or 0xCFCC52) is unknown color: approx Confetti. HEX triplet: CF, CC and 52. RGB value is (207,204,82). Sum of RGB (Red+Green+Blue) = 207+204+82=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC52 is #3033AD. Grayscale: #BFBFBF. Windows color (decimal): -3158958 or 5426383. OLE color: 5426383.

HSL color Cylindrical-coordinate representation of color #CFCC52: hue angle of 58.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFCC52 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB20720482-
CMYK00.010.600.19
HSL58.56º56.56%56.67%-
HSV(B)58.56º60.39%81.18%-
XYZ48.8557.0616.42-
YUV190.9966.49139.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 82 (32.42% from 255) = 16.63%
R=41.99%
G=41.38%
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.19
SystemRedGreenBlueCMYKHSL
Decimal2072048200.010.600.1958.5656.5656.67
HexCFCC52013C133b3939
Octal317314122017423737171
Binary110011111100110010100100111110010011111011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC52; }

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

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

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

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

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

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

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

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