#CFC754

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

Shades of Confetti #CFC754

Tints of Confetti #CFC754

Color information

#CFC754 (or 0xCFC754) is unknown color: approx Confetti. HEX triplet: CF, C7 and 54. RGB value is (207,199,84). Sum of RGB (Red+Green+Blue) = 207+199+84=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC754 is #3038AB. Grayscale: #BCBCBC. Windows color (decimal): -3160236 or 5556175. OLE color: 5556175.

HSL color Cylindrical-coordinate representation of color #CFC754: hue angle of 56.1º 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 #CFC754 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20719984-
CMYK00.040.590.19
HSL56.1º56.16%57.06%-
HSV(B)56.1º59.42%81.18%-
XYZ47.7654.7516.44-
YUV188.2869.15141.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 84 (33.20% from 255) = 17.14%
R=42.24%
G=40.61%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071998400.040.590.1956.156.1657.06
HexCFC754043B13383839
Octal317307124047323707071
Binary11001111110001111010100010011101110011111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC754; }

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

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

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

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

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

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

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

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