#CFD052

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

Shades of Confetti #CFD052

Tints of Confetti #CFD052

Color information

#CFD052 (or 0xCFD052) is unknown color: approx Confetti. HEX triplet: CF, D0 and 52. RGB value is (207,208,82). Sum of RGB (Red+Green+Blue) = 207+208+82=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD052 is #302FAD. Grayscale: #C1C1C1. Windows color (decimal): -3157934 or 5427407. OLE color: 5427407.

HSL color Cylindrical-coordinate representation of color #CFD052: hue angle of 60.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFD052 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20720882-
CMYK0.0000.610.18
HSL60.48º57.27%56.86%-
HSV(B)60.48º60.58%81.57%-
XYZ49.8158.9916.74-
YUV193.3465.17137.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=41.65%
G=41.85%
B=16.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207208820.0000.610.1860.4857.2756.86
HexCFD052003D123c3939
Octal317320122007522747171
Binary110011111101000010100100011110110010111100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD052; }

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

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

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

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

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

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

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

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