#CFC957

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

Shades of Confetti #CFC957

Tints of Confetti #CFC957

Color information

#CFC957 (or 0xCFC957) is unknown color: approx Confetti. HEX triplet: CF, C9 and 57. RGB value is (207,201,87). Sum of RGB (Red+Green+Blue) = 207+201+87=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC957 is #3036A8. Grayscale: #BEBEBE. Windows color (decimal): -3159721 or 5753295. OLE color: 5753295.

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

Color convert

RGB20720187-
CMYK00.030.580.19
HSL57º55.56%57.65%-
HSV(B)57º57.97%81.18%-
XYZ48.3455.7317.23-
YUV189.869.99140.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 87 (34.38% from 255) = 17.58%
R=41.82%
G=40.61%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072018700.030.580.195755.5657.65
HexCFC957033A1339383a
Octal317311127037223717072
Binary1100111111001001101011101111101010011111001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC957; }

 p { color: rgb(207,201,87); }

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

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

 a { background-color: rgb(207,201,87); }

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

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

 span { border-color: rgb(207,201,87); }

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