#CFCA4E

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

Shades of Confetti #CFCA4E

Tints of Confetti #CFCA4E

Color information

#CFCA4E (or 0xCFCA4E) is unknown color: approx Confetti. HEX triplet: CF, CA and 4E. RGB value is (207,202,78). Sum of RGB (Red+Green+Blue) = 207+202+78=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA4E is #3035B1. Grayscale: #BDBDBD. Windows color (decimal): -3159474 or 5163727. OLE color: 5163727.

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

Color convert

RGB20720278-
CMYK00.020.620.19
HSL57.67º57.33%55.88%-
HSV(B)57.67º62.32%81.18%-
XYZ48.2356.0615.49-
YUV189.3665.16140.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 78 (30.86% from 255) = 16.02%
R=42.51%
G=41.48%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072027800.020.620.1957.6757.3355.88
HexCFCA4E023E133a3938
Octal317312116027623727170
Binary1100111111001010100111001011111010011111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA4E; }

 p { color: rgb(207,202,78); }

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

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

 a { background-color: rgb(207,202,78); }

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

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

 span { border-color: rgb(207,202,78); }

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