#CFC854

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

Shades of Confetti #CFC854

Tints of Confetti #CFC854

Color information

#CFC854 (or 0xCFC854) is unknown color: approx Confetti. HEX triplet: CF, C8 and 54. RGB value is (207,200,84). Sum of RGB (Red+Green+Blue) = 207+200+84=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC854 is #3037AB. Grayscale: #BDBDBD. Windows color (decimal): -3159980 or 5556431. OLE color: 5556431.

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

Color convert

RGB20720084-
CMYK00.030.590.19
HSL56.59º56.16%57.06%-
HSV(B)56.59º59.42%81.18%-
XYZ47.9955.2116.52-
YUV188.8768.82140.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 84 (33.20% from 255) = 17.11%
R=42.16%
G=40.73%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072008400.030.590.1956.5956.1657.06
HexCFC854033B13393839
Octal317310124037323717071
Binary1100111111001000101010001111101110011111001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC854; }

 p { color: rgb(207,200,84); }

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

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

 a { background-color: rgb(207,200,84); }

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

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

 span { border-color: rgb(207,200,84); }

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